diff options
author | Paul Harten <pharten@ncsa.uiuc.edu> | 1998-04-23 23:27:12 (GMT) |
---|---|---|
committer | Paul Harten <pharten@ncsa.uiuc.edu> | 1998-04-23 23:27:12 (GMT) |
commit | 0b6fd0ff94c4df86697a5d3e07794d1f75109735 (patch) | |
tree | 1bff884df5e1524c7d94f6b3bac4e628f0f5447a | |
parent | 9e886e03e544dd1e747ed2ac247d9f266620179c (diff) | |
download | hdf5-0b6fd0ff94c4df86697a5d3e07794d1f75109735.zip hdf5-0b6fd0ff94c4df86697a5d3e07794d1f75109735.tar.gz hdf5-0b6fd0ff94c4df86697a5d3e07794d1f75109735.tar.bz2 |
[svn-r367] Purpose:
Documentation (mostly!)
Solution:
This change in the hdf5/config/intel-osf1 file makes the $(RUNTEST)
variable used in the Makefiles explicitly list the number of processors
used during execution (the change is: yod -> yod -sz 1).
Platform tested:
Intel TFLOPS (ASCI Red)
-rw-r--r-- | config/intel-osf1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1 index e42a0db..66c643c 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -4,7 +4,7 @@ CC=cicc AR=xar RANLIB=true LIBS="-L./ -L../ -lnoop_stubs" -RUNTEST=yod +RUNTEST="yod -sz 1" export CC AR RANLIB LIBS RUNTEST # Based on the setting of environment variable `HDF5_MODE' we set the |