summaryrefslogtreecommitdiffstats
path: root/test/testlinks_env.sh.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2011-10-04 08:37:34 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2011-10-04 08:37:34 (GMT)
commit25ceee7392db43eb4b3669748a5a6eb334854456 (patch)
treeaf27c1ada5c8d554d0ad7eeac0850381de17adbc /test/testlinks_env.sh.in
parentf8e83e11c6d3fc13b369a425c240825935c17cf9 (diff)
downloadhdf5-25ceee7392db43eb4b3669748a5a6eb334854456.zip
hdf5-25ceee7392db43eb4b3669748a5a6eb334854456.tar.gz
hdf5-25ceee7392db43eb4b3669748a5a6eb334854456.tar.bz2
[svn-r21460] Problem:
Some machines, like LLNL udawn, a blue-gene machine, requires all executables, be launched by some command like mpirun. Solution: Added $RUNSERIAL to launch the executable. Tested: LLNL uDawn.
Diffstat (limited to 'test/testlinks_env.sh.in')
-rw-r--r--test/testlinks_env.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlinks_env.sh.in b/test/testlinks_env.sh.in
index e71dfc8..5a7e045 100644
--- a/test/testlinks_env.sh.in
+++ b/test/testlinks_env.sh.in
@@ -35,7 +35,7 @@ TEST_BIN=`pwd`/$TEST_NAME # The path of the test binary
ENVCMD="env HDF5_EXT_PREFIX=.:tmp" # The environment variable & value
#
# Run the test
-$ENVCMD $TEST_BIN
+$ENVCMD $RUNSERIAL $TEST_BIN
exitcode=$?
if [ $exitcode -eq 0 ]; then
echo "Test for HDF5_EXT_PREFIX PASSED"