From 52bff896a7e57d1c1b19438b8be76b2cb01ae94b Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 3 Nov 2014 19:37:29 -0500 Subject: [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. --- tools/h5diff/testh5diff.sh.in | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit v0.12