summaryrefslogtreecommitdiffstats
path: root/tools/perform/perf.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-18 22:01:17 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-18 22:01:17 (GMT)
commit62ec301df90a98dde27a48ee03e5ef2043d33dab (patch)
treef9bd73822bb404dff349c8cf756d35355244b84b /tools/perform/perf.c
parent8eb6ce7fc6e986fd81f74530a085d1c2d2159190 (diff)
downloadhdf5-62ec301df90a98dde27a48ee03e5ef2043d33dab.zip
hdf5-62ec301df90a98dde27a48ee03e5ef2043d33dab.tar.gz
hdf5-62ec301df90a98dde27a48ee03e5ef2043d33dab.tar.bz2
[svn-r26224] merge 26180 from trunk:vms_last_support_1_8
configure fixes for HDFFV-9068,9069,9096,9097,9135 from autotools_rework branch: - Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes.
Diffstat (limited to 'tools/perform/perf.c')
-rw-r--r--tools/perform/perf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/perform/perf.c b/tools/perform/perf.c
index 7d329f0..58db6cc 100644
--- a/tools/perform/perf.c
+++ b/tools/perform/perf.c
@@ -390,7 +390,10 @@ die_jar_jar_die:
free(tmp);
if (opt_correct) free(tmp2);
-
+
+ /* close HDF5 library */
+ H5close();
+
MPI_Finalize();
return(0);