[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)
This commit is contained in:
Paul Harten 1998-04-23 18:27:12 -05:00
parent 9e886e03e5
commit 0b6fd0ff94

View File

@ -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