mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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:
parent
9e886e03e5
commit
0b6fd0ff94
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user