summaryrefslogtreecommitdiffstats
path: root/tools/h5copy
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-07-27 15:01:48 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-07-27 15:01:48 (GMT)
commitb7dd856aeade866db86e40f0fb781a014c7a4366 (patch)
tree4c546a246acb3c1fb450f07f8f602317dc90d85c /tools/h5copy
parent4749d8e0e95e4a59a72e1eaacb6c264a2981fd80 (diff)
downloadhdf5-b7dd856aeade866db86e40f0fb781a014c7a4366.zip
hdf5-b7dd856aeade866db86e40f0fb781a014c7a4366.tar.gz
hdf5-b7dd856aeade866db86e40f0fb781a014c7a4366.tar.bz2
[svn-r12504]
bug fix calling h5tools_get_fapl running the mpio driver caused H5FD_pl_copy to fail silently in some conditions. a MPI call was made before MPI_Init. solution: corrected the MPI call to be made after MPI_Init and added error return conditions to H5FD_pl_copy and h5tools_get_fapl tested on copper parallel, mir, shanti
Diffstat (limited to 'tools/h5copy')
-rw-r--r--tools/h5copy/testh5copy.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh
index 5bf4828..2a562b3 100644
--- a/tools/h5copy/testh5copy.sh
+++ b/tools/h5copy/testh5copy.sh
@@ -61,12 +61,12 @@ TOOLTEST() {
### T H E T E S T S ###
##############################################################################
-#TOOLTEST -v test1.h5/array test1.out.h5/array
-#TOOLTEST -v test1.h5/integer test1.out.h5/integer_copy
-#TOOLTEST -v test1.h5/g1 test1.out.h5/g1
+TOOLTEST -v test1.h5/array test1.out.h5/array
+TOOLTEST -v test1.h5/integer test1.out.h5/integer_copy
+TOOLTEST -v test1.h5/g1 test1.out.h5/g1
-#if test $nerrors -eq 0 ; then
-# echo "All h5copy tests passed."
-#fi
+if test $nerrors -eq 0 ; then
+ echo "All h5copy tests passed."
+fi
exit $nerrors