summaryrefslogtreecommitdiffstats
path: root/tools/perform/perf.c
diff options
context:
space:
mode:
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);