Skip to content
Snippets Groups Projects
Commit 1ec5c478 authored by guj's avatar guj
Browse files

try aagin

parent b28a99f2
No related branches found
No related tags found
1 merge request!278added VDS support via Engine (HDF5Mixer)
......@@ -35,8 +35,9 @@ void HDF5Common::Write(Variable<T> &variable, const T *values)
H5Dcreate(m_GroupId, variable.m_Name.c_str(), h5Type, filespaceID,
H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
hid_t plistID = H5Pcreate(H5P_DATASET_XFER);
#ifdef ADIOS2_HAVE_MPI
H5Pset_dxpl_mpio(plistID, H5FD_MPIO_COLLECTIVE);
#endif
herr_t status =
H5Dwrite(dsetID, h5Type, H5S_ALL, H5S_ALL, plistID, values);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment