diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-22 08:38:18 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-22 08:38:18 (GMT) |
commit | f634105bdb7c494a5ab39291d64c00676c11b476 (patch) | |
tree | 822ef161e763b0f354f670ffc073e1129b3a10cb /testpar/t_pflush2.c | |
parent | fcd77ffe7ea32017bc00aa7652e7abd91d8b0b89 (diff) | |
download | hdf5-f634105bdb7c494a5ab39291d64c00676c11b476.zip hdf5-f634105bdb7c494a5ab39291d64c00676c11b476.tar.gz hdf5-f634105bdb7c494a5ab39291d64c00676c11b476.tar.bz2 |
[svn-r26271] Reverse merge of r26260 which was causing daily test failures.
Tested on: jam w/ parallel and fortran
Diffstat (limited to 'testpar/t_pflush2.c')
-rw-r--r-- | testpar/t_pflush2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testpar/t_pflush2.c b/testpar/t_pflush2.c index 03f7c82..e450f75 100644 --- a/testpar/t_pflush2.c +++ b/testpar/t_pflush2.c @@ -209,6 +209,9 @@ main(int argc, char* argv[]) puts(" Test not compatible with current Virtual File Driver"); } + /* close HDF5 library */ + H5close(); + MPI_Finalize(); return 0; |