mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r25771] Bug fix: HDFFV-8954
Previously, ph5diff may hang in a test in Linux 32 platform(HDFFV-587). No solution was available and a patch to bypass the test is implemented. Since the company is changing domain name soon, the patch would not be valid any more. Tests were done (repeat 100 mpiexec -np 6 ./ph5diff -v h5diff_hyper1.h5 h5diff_hyper2.h5) and the previous hanging problem did not occur. It is likely the newer versions of mpich no longer have this problem. Therefore, it is decide to remove this patch to make the test script cleaner, if nothing else. Tested: ran build and test in Jam (linux 32) and the repeat 100 command mentioned above. All passed.
This commit is contained in:
parent
89e2c8822d
commit
52bff896a7
@ -807,12 +807,7 @@ TOOLTEST h5diff_80.txt -v h5diff_dset1.h5 h5diff_dset2.h5
|
||||
TOOLTEST h5diff_90.txt -v h5diff_basic2.h5 h5diff_basic2.h5
|
||||
|
||||
# 10. read by hyperslab, print indexes
|
||||
if test -n "$pmode" -a "$mydomainname" = hdfgroup.uiuc.edu; then
|
||||
# skip this test which sometimes hangs in some THG machines
|
||||
SKIP -v h5diff_hyper1.h5 h5diff_hyper2.h5
|
||||
else
|
||||
TOOLTEST h5diff_100.txt -v h5diff_hyper1.h5 h5diff_hyper2.h5
|
||||
fi
|
||||
|
||||
# 11. floating point comparison
|
||||
# double value
|
||||
|
Loading…
Reference in New Issue
Block a user