Hi,

No hints?

Beside this H5TBmake_table(...) currently I've got a problem with simple H5Gcreate() call...

I'm starting 4 MPI processes.
When I create a file and set it for parallel access, so:

plist_id = H5Pcreate(H5P_FILE_ACCESS);
H5Pset_fapl_mpio(plist_id, comm, info);
file_id = H5Fcreate(H5FILE_NAME, H5F_ACC_TRUNC, H5P_DEFAULT, plist_id);

and then I try to create a group with the name containing the process number, there is only 1 group created ("1" - interesting...) in the result file.

What I'm doing wrong?
Should I pass some property list values to this H5Gcreate function call?
I cannot find appropriate "create in parallel I/O mode" property for the group in the documentation...

I've tried:
plist_id = H5Pcreate(H5P_GROUP_ACCESS);
H5Pset_all_coll_metadata_ops( plist_id, true );

and pass this property as the last argument to H5Gcreate function - no success...

I will be grateful for any help.

Regards,
Rafal



W dniu 2017-09-18 o 15:52, Rafal Lichwala pisze:
Hi,

Can I use high level API function calls (H5TBmake_table(...)) in parallel version of the HDF5 library?
There are no property list parameters for that function calls...

Regards,
Rafal


_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@lists.hdfgroup.org
http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
Twitter: https://twitter.com/hdf5


_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@lists.hdfgroup.org
http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
Twitter: https://twitter.com/hdf5

Reply via email to