summaryrefslogtreecommitdiffstats
path: root/testpar/t_pflush2.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-25 14:12:05 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-25 14:12:05 (GMT)
commit864a9d5552c3e74cb1c30756a9a216c039a26c27 (patch)
tree97b85ea9f6b95fdcf61e692db2a4f212156f0f46 /testpar/t_pflush2.c
parent85a644221848b047a46bdcff5f3371d690a2f55a (diff)
downloadhdf5-864a9d5552c3e74cb1c30756a9a216c039a26c27.zip
hdf5-864a9d5552c3e74cb1c30756a9a216c039a26c27.tar.gz
hdf5-864a9d5552c3e74cb1c30756a9a216c039a26c27.tar.bz2
[svn-r26298] merge 26279 from trunk.
HDFFV-883: attach callback to terminate HDF5 library when MPI_COMM_SELF is destroyed on MPI_Finalize. tested h5committest.
Diffstat (limited to 'testpar/t_pflush2.c')
-rw-r--r--testpar/t_pflush2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testpar/t_pflush2.c b/testpar/t_pflush2.c
index 7f8a23f..3b46afd 100644
--- a/testpar/t_pflush2.c
+++ b/testpar/t_pflush2.c
@@ -210,9 +210,6 @@ main(int argc, char* argv[])
puts(" Test not compatible with current Virtual File Driver");
}
- /* close HDF5 library */
- H5close();
-
MPI_Finalize();
return 0;