summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_file_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5dsm_file_create.c')
-rw-r--r--examples/h5dsm_file_create.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/h5dsm_file_create.c b/examples/h5dsm_file_create.c
index f989c7e..7c682e8 100644
--- a/examples/h5dsm_file_create.c
+++ b/examples/h5dsm_file_create.c
@@ -23,6 +23,8 @@ int main(int argc, char *argv[]) {
ERROR;
if(H5Pset_fapl_daosm(fapl, MPI_COMM_WORLD, MPI_INFO_NULL) < 0)
ERROR;
+ if(H5Pset_all_coll_metadata_ops(fapl, true) < 0)
+ ERROR;
/* Create file */
if((file = H5Fcreate(argv[2], H5F_ACC_TRUNC, H5P_DEFAULT, fapl)) < 0)