summaryrefslogtreecommitdiffstats
path: root/testpar/t_pflush1.c
diff options
context:
space:
mode:
authorLeon Arber <larber@ncsa.uiuc.edu>2006-10-02 17:45:53 (GMT)
committerLeon Arber <larber@ncsa.uiuc.edu>2006-10-02 17:45:53 (GMT)
commit9da1caea1527bf06a8c1fedd49992f49c5f2afaf (patch)
tree25e3e1d7f988d7debd276ac641410a60981e54bc /testpar/t_pflush1.c
parent79bc4a9b03a86fa58edc0abf8e83fce6e68bab38 (diff)
downloadhdf5-9da1caea1527bf06a8c1fedd49992f49c5f2afaf.zip
hdf5-9da1caea1527bf06a8c1fedd49992f49c5f2afaf.tar.gz
hdf5-9da1caea1527bf06a8c1fedd49992f49c5f2afaf.tar.bz2
[svn-r12704] Purpose: Bug fix
Description: Fix copper failures by adding MPI_Finalize call and also close the dataset and file in case of failure prior to exiting.
Diffstat (limited to 'testpar/t_pflush1.c')
-rw-r--r--testpar/t_pflush1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testpar/t_pflush1.c b/testpar/t_pflush1.c
index f2292b2..6ab04d8 100644
--- a/testpar/t_pflush1.c
+++ b/testpar/t_pflush1.c
@@ -164,7 +164,8 @@ main(int argc, char* argv[])
SKIPPED();
puts(" Test not compatible with current Virtual File Driver");
}
-
+
+ MPI_Finalize();
HD_exit(0);
error: