diff options
Diffstat (limited to 'src/H5FDmpio.h')
-rw-r--r-- | src/H5FDmpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDmpio.h b/src/H5FDmpio.h index 0500989..912cbd8 100644 --- a/src/H5FDmpio.h +++ b/src/H5FDmpio.h @@ -45,6 +45,7 @@ extern "C" { #endif H5_DLL hid_t H5FD_mpio_init(void); +H5_DLL void H5FD_mpio_term(void); H5_DLL herr_t H5Pset_fapl_mpio(hid_t fapl_id, MPI_Comm comm, MPI_Info info); H5_DLL herr_t H5Pget_fapl_mpio(hid_t fapl_id, MPI_Comm *comm/*out*/, MPI_Info *info/*out*/); |