summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testpar/t_2Gio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c
index 6bd9cc6..d48dfca 100644
--- a/testpar/t_2Gio.c
+++ b/testpar/t_2Gio.c
@@ -620,10 +620,10 @@ int MpioTest2G( MPI_Comm comm )
/*
* Create the dataset with default properties and close filespace.
*/
- dset_id = H5Dcreate(file_id, DATASETNAME,
+ dset_id = H5Dcreate2(file_id, DATASETNAME,
H5T_NATIVE_INT, filespace,
H5P_DEFAULT, dcpl_id, H5P_DEFAULT);
- VRFY((dset_id >= 0), "H5Dcreate succeeded");
+ VRFY((dset_id >= 0), "H5Dcreate2 succeeded");
H5Sclose(filespace);
/*