mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r26223] add another H5close before finalize so with-mpe does not fail.
This commit is contained in:
parent
79d94c7bb7
commit
32c030ad2b
@ -391,6 +391,9 @@ die_jar_jar_die:
|
||||
free(tmp);
|
||||
if (opt_correct) free(tmp2);
|
||||
|
||||
/* close HDF5 library */
|
||||
H5close();
|
||||
|
||||
MPI_Finalize();
|
||||
|
||||
return(0);
|
||||
|
Loading…
Reference in New Issue
Block a user