mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[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:
This commit is contained in:
parent
5bf4aaff68
commit
2065c392ab
@ -83,7 +83,6 @@ TOOLTEST() {
|
||||
#echo $pmode
|
||||
if test -n "$pmode"; then
|
||||
RUNCMD=$RUNPARALLEL
|
||||
sleep 2
|
||||
else
|
||||
RUNCMD=$RUNSERIAL
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user