diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-02-10 18:55:47 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-02-10 18:55:47 (GMT) |
commit | 2065c392ab66faa6fca79bda5cc3099295070ace (patch) | |
tree | 90561dceeed5298a938ee3151970927326372760 | |
parent | 5bf4aaff68b8e9728cb60e569780e4391aab5d34 (diff) | |
download | hdf5-2065c392ab66faa6fca79bda5cc3099295070ace.zip hdf5-2065c392ab66faa6fca79bda5cc3099295070ace.tar.gz hdf5-2065c392ab66faa6fca79bda5cc3099295070ace.tar.bz2 |
[svn-r9979] Purpose:
Bug fixed.
Description:
Heping used to have a network limit that if too many rsh connections
occurred in a second, it stopped accepting connections for 30 seconds.
That caused testph5diff to fail when too many mpi jobs are executed
repidly. A sleep 2 was in to go around this problem. Heping's limit
has been raised, thus no more need for this hack. Sleep 2 is removed.
Platforms tested:
Tested in heping (pp).
Misc. update:
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index 52879c5..7c37b01 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -83,7 +83,6 @@ TOOLTEST() { #echo $pmode if test -n "$pmode"; then RUNCMD=$RUNPARALLEL - sleep 2 else RUNCMD=$RUNSERIAL fi |