diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2014-11-04 00:37:29 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2014-11-04 00:37:29 (GMT) |
commit | 52bff896a7e57d1c1b19438b8be76b2cb01ae94b (patch) | |
tree | 74cd7f7ba006bb2a88d94214453cf1dd5ca0ae0d | |
parent | 89e2c8822ddacd982bd326be153e30fc5cbc3d3a (diff) | |
download | hdf5-52bff896a7e57d1c1b19438b8be76b2cb01ae94b.zip hdf5-52bff896a7e57d1c1b19438b8be76b2cb01ae94b.tar.gz hdf5-52bff896a7e57d1c1b19438b8be76b2cb01ae94b.tar.bz2 |
[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.
-rw-r--r-- | tools/h5diff/testh5diff.sh.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/h5diff/testh5diff.sh.in b/tools/h5diff/testh5diff.sh.in index ee8a09b..3be0b80 100644 --- a/tools/h5diff/testh5diff.sh.in +++ b/tools/h5diff/testh5diff.sh.in @@ -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 +TOOLTEST h5diff_100.txt -v h5diff_hyper1.h5 h5diff_hyper2.h5 # 11. floating point comparison # double value |