diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-05-28 22:09:03 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-05-28 22:09:03 (GMT) |
commit | e1c88c9c18ad23ab3ddf7e4cf205369205e5458d (patch) | |
tree | f6f2ddcc58d91e9d5d7a1f6d88f6f6276e28bf76 | |
parent | b48d0a56eec1596dc444e28ebed5331a5911d54e (diff) | |
download | hdf5-e1c88c9c18ad23ab3ddf7e4cf205369205e5458d.zip hdf5-e1c88c9c18ad23ab3ddf7e4cf205369205e5458d.tar.gz hdf5-e1c88c9c18ad23ab3ddf7e4cf205369205e5458d.tar.bz2 |
[svn-r1290] TFLOPS needs a launching problem even for single process execution.
Use RUNSERIAL to launch it.
-rwxr-xr-x | tools/testh5dump.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh index a59b10f..dd1c991 100755 --- a/tools/testh5dump.sh +++ b/tools/testh5dump.sh @@ -42,7 +42,7 @@ DUMP() echo "Expected output for '$h5dump $@'" echo "#############################" cd $srcdir/testfiles - $full "$@" 2>/dev/null + $RUNSERIAL $full "$@" 2>/dev/null ) >$actual # Results. We normalize the result to account for different output |