diff options
Diffstat (limited to 'src/H5FDmpiposix.c')
-rw-r--r-- | src/H5FDmpiposix.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5FDmpiposix.c b/src/H5FDmpiposix.c index 9c826dc..19cb760 100644 --- a/src/H5FDmpiposix.c +++ b/src/H5FDmpiposix.c @@ -214,7 +214,9 @@ static const H5FD_class_t H5FD_mpiposix_g = { H5FD_mpiposix_read, /*read */ H5FD_mpiposix_write, /*write */ H5FD_mpiposix_flush, /*flush */ - H5FD_FLMAP_SINGLE, /*fl_map */ + NULL, /*lock */ + NULL, /*unlock */ + H5FD_FLMAP_SINGLE /*fl_map */ }; /* Global var to allow elimination of redundant metadata writes |