FOR THE INTEL TFLOPS MACHINE: Below are the step-by-step procedures for building, testing, and installing both the sequential and parallel versions of the HDF5 library. --------------- Sequential HDF5: --------------- The setup process for building the sequential HDF5 library for the ASCI Red machine is done by a coordination of events from sasn100 and janus. Special effort must be made to move the compiled and linked testers to disks local to the processors for execution. This special effort is shown here at steps 9) and steps 10). The total required steps are something similar to: FROM SASN100, 1) uncompress hdf5-1.1.0.tar.Z 2) tar xvf hdf5-1.1.0.tar 3) cd ./hdf5 4) ./configure tflop 5) make H5detect FROM JANUS, 6) cd ./hdf5 7) make H5Tinit.c FROM SASN100, 8) make >&! comp.out & When everything is finished compiling and linking, FROM JANUS, 9) cp -r ../hdf5 /scratch 10) cd /scratch/hdf5/test 11) make test >&! test.out Once satisfied with the test results, as long as you have the correct permission, FROM SASN100, 12) make install --------------- Parallel HDF5: --------------- The setup process for building the parallel version of the HDF5 library for the ASCI Red machine is very similar to the sequential version. It is done by a coordination of events from sasn100 and janus. Special effort must be made to move the compiled and linked single processor testers to disks local to the processor for execution. This special effort is shown here at steps 9) and steps 10). Following these test, there are the edit, compile, link, and execution of parallel tests described in steps 12) through 16). The total required steps are something similar to: FROM SASN100, 1) uncompress hdf5-1.1.0.tar.Z 2) tar xvf hdf5-1.1.0.tar 3) cd ./hdf5 4) sh INSTALL_parallel.ascired /* this is different from the sequential version */ 5) make H5detect FROM JANUS, 6) cd ./hdf5 7) make H5Tinit.c FROM SASN100, 8) make >&! comp.out & When everything is finished compiling and linking, FROM JANUS, 9) cp -rp ../hdf5 /scratch 10) cd /scratch/hdf5/test 11) make test >&! test.out Once satisfied with the single processor test results, FROM SASN100, 12) cd testpar 13) go through the README file. 14) make -f Makefile.ascired When everything is finished compiling and linking, FROM JANUS, 15) cd ./hdf5/testpar 16) make test -f Makefile.ascired >&! test.out Once satisfied with the parallel test results, as long as you have the correct permission, FROM SASN100, 17) make install df5_1_10_11'>hdf5_1_10_11 Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [svn-r14376] moved a couple more private filter symbols to the public side, n...Pedro Vicente Nunes2008-01-044-6/+10
* [svn-r14375] Update copyright to 2008.Frank Baker2008-01-041-1/+1
* [svn-r14374] Description:Quincey Koziol2008-01-045-7/+34
* [svn-r14373] Maintenance: Fixed the script to use the correct VMS file name w...Elena Pourmal2008-01-041-13/+13
* [svn-r14372] Description:Quincey Koziol2008-01-036-59/+60
* [svn-r14371] Description:Quincey Koziol2008-01-031-80/+92
* [svn-r14370] Maintenance: more cleanup of the h5import scriptElena Pourmal2008-01-031-15/+16
* [svn-r14369] Maintenance: Cleaned up the h5import script and fixed some poten...Elena Pourmal2008-01-031-19/+32
* [svn-r14368] clean code and reshufle functions between modules, remove unused...Pedro Vicente Nunes2008-01-034-198/+141
* [svn-r14367] Maintenance for VMS system: updated testscript for h5import (nee...Elena Pourmal2008-01-032-31/+27
* [svn-r14366] comments grammar correctionPedro Vicente Nunes2008-01-031-6/+1
* [svn-r14365] Add szip filter check of client data values for has_filters.Pedro Vicente Nunes2008-01-033-20/+19
* [svn-r14364] Description:Quincey Koziol2008-01-033-65/+83
* [svn-r14363] Description:Quincey Koziol2008-01-036-1659/+1879
* [svn-r14362] Description:Quincey Koziol2008-01-0320-69/+163
* [svn-r14361] add a warning message in case a dataset cannot be created with m...Pedro Vicente Nunes2008-01-021-1/+7
* [svn-r14360] New function has_filters (replace has_filters for each object an...Pedro Vicente Nunes2008-01-024-334/+102
* [svn-r14359] Description:Quincey Koziol2007-12-242-7/+7
* [svn-r14358] Description:Quincey Koziol2007-12-237-87/+83
* [svn-r14357] Description:Quincey Koziol2007-12-222-10/+44
* [svn-r14356] Description:Quincey Koziol2007-12-203-77/+58
* [svn-r14355] uncomment previously commented code regarding nbit and scale-off...Pedro Vicente Nunes2007-12-202-57/+92
* [svn-r14354] Bug fix for #956 where the element coordinates went wrong for da...Raymond Lu2007-12-209-4/+471
* [svn-r14353] Description:Quincey Koziol2007-12-2014-563/+775
* [svn-r14352] Maintenance: Fixed a typo in the build scriptElena Pourmal2007-12-181-1/+1
* [svn-r14350] Maintenance for VMS system: brought up-to-date h5repack testing ...Elena Pourmal2007-12-173-55/+70
* [svn-r14346] New feature: has_filters_obj function that checks if filters mat...Pedro Vicente Nunes2007-12-145-18/+134
* [svn-r14345] substituted the symbol CD_VALUES , number of filter client data ...Pedro Vicente Nunes2007-12-143-6/+8
* [svn-r14344] Maintenance on VMS system: updated testscript for h5diff and rem...Elena Pourmal2007-12-133-299/+73
* [svn-r14343] Maintenance for VMS: added more tests to the command file for h5...Elena Pourmal2007-12-133-206/+86
* [svn-r14342] change the implementation of H5IMmake_image_8bit to use a 2D dat...Pedro Vicente Nunes2007-12-134-10/+1
* [svn-r14341] Maintenance for VMS system: VMS C++ compiler expects 'cxx' exten...Elena Pourmal2007-12-131-2/+2
* [svn-r14340] Maintenance for VMS system:Elena Pourmal2007-12-13