diff options
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_2Gio.c | 2 |
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"); |