diff options
author | Leon Arber <larber@ncsa.uiuc.edu> | 2006-10-02 17:45:53 (GMT) |
---|---|---|
committer | Leon Arber <larber@ncsa.uiuc.edu> | 2006-10-02 17:45:53 (GMT) |
commit | 9da1caea1527bf06a8c1fedd49992f49c5f2afaf (patch) | |
tree | 25e3e1d7f988d7debd276ac641410a60981e54bc /testpar/t_pflush1.c | |
parent | 79bc4a9b03a86fa58edc0abf8e83fce6e68bab38 (diff) | |
download | hdf5-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.c | 3 |
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: |