[svn-r26223] add another H5close before finalize so with-mpe does not fail.

This commit is contained in:
Mohamad Chaarawi 2015-02-18 16:37:25 -05:00
parent 79d94c7bb7
commit 32c030ad2b

View File

@ -391,6 +391,9 @@ die_jar_jar_die:
free(tmp);
if (opt_correct) free(tmp2);
/* close HDF5 library */
H5close();
MPI_Finalize();
return(0);