-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
decl'hdf5 feature : possibility to choose parallel MPIIO pointer (COLLECTIVE/INDEPENDENT) #419
Comments
That would be great indeed to offer this ability! 👍 |
In GitLab by @ksiero on Apr 1, 2022, 13:55 mentioned in commit 045e57844eb8003f5eb9f47776e88c649cbaeefd |
In GitLab by @ksiero on Nov 3, 2022, 13:16 mentioned in commit 5bf019dce7e1e67fdaaba27e737a1989f5e5d06c |
In GitLab by @ksiero on Nov 3, 2022, 14:35 mentioned in commit f0c488ec65f347ffea78e01fdf080488ad8d1678 |
In GitLab by @ksiero on Jul 31, 2024, 12:11 mentioned in commit 158a7ceef78af713a126ae6b148c2b6498edcb41 |
In GitLab by @ksiero on Aug 4, 2024, 18:27 mentioned in commit 308f4b8877c8c80e4b8c44cf2ffd3e9dfff431c6 |
* decl_hdf5 MPIO Collective or Independent, fix #419 * fix compilation error + add compatibilty test with independent I/O * fix419:resolve Datatype_template_sptr error + Add change in local CHANGELOG.md * fix419: add mpio in full configuration example of the doc * fix419: fix name of parameter * fixing review * replace MPIIO by MPI-I/O + add argument to main + fix some typo * fix review * Update plugins/decl_hdf5/dataset_op.cxx Co-authored-by: Benoit Martin <[email protected]> * Update plugins/decl_hdf5/dataset_op.cxx Co-authored-by: Benoit Martin <[email protected]> * Update plugins/decl_hdf5/dataset_op.cxx Co-authored-by: Benoit Martin <[email protected]> * fix bug --------- Co-authored-by: Karol Sierocinski <[email protected]> Co-authored-by: yushan wang <[email protected]> Co-authored-by: Benoit Martin <[email protected]> Co-authored-by: Yacine Ould Rouis - CNRS <[email protected]> Co-authored-by: Julien Bigot <[email protected]>
In GitLab by @youldrouis on Mar 31, 2022, 15:32
Recent tests show a huge performance benefit to choose an independent parallel pointer in some use cases.
in file_op.cxx L291
use variable with 2 possible values : H5FD_MPIO_COLLECTIVE vs H5FD_MPIO_INDEPENDENT
The text was updated successfully, but these errors were encountered: