diff options
-rw-r--r-- | INSTALL_Windows.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL_Windows.txt b/INSTALL_Windows.txt index 0725175..8a35060 100644 --- a/INSTALL_Windows.txt +++ b/INSTALL_Windows.txt @@ -37,7 +37,7 @@ STEP II: Building the Libraries and tests. 1. Rename the directory under C:\myHDFstuff\ from hdf5xxx to hdf5. 2. Unpack all.zip in 'hdf5' and move the zlib.dll from - c:\myHDFstuff\hdf5\src\dll to the Windows system directory. + c:\myHDFstuff\hdf5\src\zlib\dll to the Windows system directory. NOTE TO ALPHA USERS- the version of zlib that is packaged in all.zip is for Intel platforms. The Alpha versions of the libraries can be @@ -164,6 +164,10 @@ To test, cd into the hdf5\test directory. Then type: "hdf5test [debug or release] [dll]" depending on which version you would like to test. +To use the timing tests use the hdf5timingtest.bat file found in the hdf5\test +directory. Type: "hdf5timingtest [debug or release] [dll]" depending on which +version you would like to test. + To test the h5dump utility, cd into hdf5\tools. Then type: "dumptest [debug or release] [dll]" depending on which version you would like to test. Some differences are expected in the output of these 4 tests (the |