summaryrefslogtreecommitdiffstats
path: root/testpar/t_2Gio.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-01-20 02:02:39 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-01-20 02:02:39 (GMT)
commitbb61d3302329b238bf005e143d00e039cc14534f (patch)
treed91cebcd6d971ed70391ebfb5ff8e43ec2a51d26 /testpar/t_2Gio.c
parent82463a6a7ae6779536e1e94d1fbcb89a55c0c729 (diff)
downloadhdf5-bb61d3302329b238bf005e143d00e039cc14534f.zip
hdf5-bb61d3302329b238bf005e143d00e039cc14534f.tar.gz
hdf5-bb61d3302329b238bf005e143d00e039cc14534f.tar.bz2
Fixed H5Dcreate in testpar/t_2Gio.c
Diffstat (limited to 'testpar/t_2Gio.c')
-rw-r--r--testpar/t_2Gio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c
index 52a5f80..252e1ee 100644
--- a/testpar/t_2Gio.c
+++ b/testpar/t_2Gio.c
@@ -599,7 +599,7 @@ int MpioTest2G( MPI_Comm comm, int mpi_rank )
/*
* 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");