summaryrefslogtreecommitdiffstats
path: root/testpar/t_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/t_file.c')
-rw-r--r--testpar/t_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_file.c b/testpar/t_file.c
index 737e107..724edb4 100644
--- a/testpar/t_file.c
+++ b/testpar/t_file.c
@@ -56,7 +56,7 @@ test_split_comm_access(char *filename[])
VRFY((acc_tpl >= 0), "");
/* set Parallel access with communicator */
- ret = H5Pset_mpi(acc_tpl, comm, info);
+ ret = H5Pset_fapl_mpio(acc_tpl, comm, info);
VRFY((ret >= 0), "");
/* create the file collectively */