-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Implementation for mpio driver with selection I/O. #3058
Commits on Jun 6, 2023
-
Implementation for mpio driver with selection I/O.
This is a draft for preliminary review.
Configuration menu - View commit details
-
Copy full SHA for 3168cae - Browse repository at this point
Copy the full SHA 3168caeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d298b10 - Browse repository at this point
Copy the full SHA d298b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02adecf - Browse repository at this point
Copy the full SHA 02adecfView commit details -
Merge branch 'mpio_develop' of https://github.com/vchoi-hdfgroup/hdf5 …
…into mpio_develop
Configuration menu - View commit details
-
Copy full SHA for 6180c41 - Browse repository at this point
Copy the full SHA 6180c41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e11a5 - Browse repository at this point
Copy the full SHA 96e11a5View commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e655a8f - Browse repository at this point
Copy the full SHA e655a8fView commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 045b313 - Browse repository at this point
Copy the full SHA 045b313View commit details
Commits on Jun 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a64ca62 - Browse repository at this point
Copy the full SHA a64ca62View commit details
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d383ad3 - Browse repository at this point
Copy the full SHA d383ad3View commit details
Commits on Jun 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ae4cf79 - Browse repository at this point
Copy the full SHA ae4cf79View commit details
Commits on Jun 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 28d3774 - Browse repository at this point
Copy the full SHA 28d3774View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7359426 - Browse repository at this point
Copy the full SHA 7359426View commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c3c746 - Browse repository at this point
Copy the full SHA 7c3c746View commit details
Commits on Jun 26, 2023
-
Fix use_vector on read/write_vector() != NULL and skip_vector_cb.
This is in response to one of the PR review comments.
Configuration menu - View commit details
-
Copy full SHA for 9c1f825 - Browse repository at this point
Copy the full SHA 9c1f825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 046a9eb - Browse repository at this point
Copy the full SHA 046a9ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec50a83 - Browse repository at this point
Copy the full SHA ec50a83View commit details
Commits on Jun 27, 2023
-
1) Restore link_piece_collective_io() back to its original state in H…
…5Dmpio.c (with the frees of the arrays moved to before the IO) 2) Move H5FD_selection_build_types() to H5FDmpio.c This is in response to one of the PR review comments.
Configuration menu - View commit details
-
Copy full SHA for 11e9fe6 - Browse repository at this point
Copy the full SHA 11e9fe6View commit details -
Merge branch 'mpio_develop' of https://github.com/vchoi-hdfgroup/hdf5 …
…into mpio_develop
Configuration menu - View commit details
-
Copy full SHA for 40e572a - Browse repository at this point
Copy the full SHA 40e572aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb29a5 - Browse repository at this point
Copy the full SHA 5fb29a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bbdadd - Browse repository at this point
Copy the full SHA 5bbdaddView commit details -
Merge branch 'mpio_develop' of https://github.com/vchoi-hdfgroup/hdf5 …
…into mpio_develop
Configuration menu - View commit details
-
Copy full SHA for bbf78af - Browse repository at this point
Copy the full SHA bbf78afView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf7f47 - Browse repository at this point
Copy the full SHA fbf7f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb536f - Browse repository at this point
Copy the full SHA 5bb536fView commit details -
Merge branch 'mpio_develop' of https://github.com/vchoi-hdfgroup/hdf5 …
…into mpio_develop
Configuration menu - View commit details
-
Copy full SHA for 6a37764 - Browse repository at this point
Copy the full SHA 6a37764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 564fe53 - Browse repository at this point
Copy the full SHA 564fe53View commit details -
This is the fix for a failure from one of the tests in testpar/t_2Gio…
….c when selection I/O is ON by default in the library. a) Create internal functions H5FD_read/write_vector_from_selection() and H5FD_read/write_from_selection() that correspond to the 4 new APIs H5FDread/write_vector_from_selection() and H5FDread/write_from_selection(). --Call the internal functions H5FD_read/write_vector_from_selection in H5FD__mpio_read/write_selection() for independent xfer_mode.
Configuration menu - View commit details
-
Copy full SHA for 4c0fe6c - Browse repository at this point
Copy the full SHA 4c0fe6cView commit details -
Merge branch 'mpio_develop' of https://github.com/vchoi-hdfgroup/hdf5 …
…into mpio_develop
Configuration menu - View commit details
-
Copy full SHA for d62be34 - Browse repository at this point
Copy the full SHA d62be34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61df96f - Browse repository at this point
Copy the full SHA 61df96fView commit details -
This is the fix for the test failure from running testpar/t_pread.c
when selection I/O is ON by default in the library. --Undo the base address addition in internal routines before passing down to the mpio driver
Configuration menu - View commit details
-
Copy full SHA for 081ebf6 - Browse repository at this point
Copy the full SHA 081ebf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a90f382 - Browse repository at this point
Copy the full SHA a90f382View commit details -
This is the fix for a failure from dataset_writeAll() test in testpar…
…/t_dsets.c (via testpar/testphdf5.c) when selection I/O is ON by default in the library: --need to check for fixed bufs when trying to figure out mpi_bufs_base in H5FD__selection_build_types().
Configuration menu - View commit details
-
Copy full SHA for 3a12e6c - Browse repository at this point
Copy the full SHA 3a12e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f9fed - Browse repository at this point
Copy the full SHA 35f9fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7052ecd - Browse repository at this point
Copy the full SHA 7052ecdView commit details -
Merge branch 'mpio_develop' of https://github.com/vchoi-hdfgroup/hdf5 …
…into mpio_develop
Configuration menu - View commit details
-
Copy full SHA for 1c4d042 - Browse repository at this point
Copy the full SHA 1c4d042View commit details -
Configuration menu - View commit details
-
Copy full SHA for d03c4b1 - Browse repository at this point
Copy the full SHA d03c4b1View commit details
Commits on Jun 28, 2023
-
Corrections to the previous fix and commit message:
This is the fix for a failure from test_link_chunk_io_sort_chunk_issue() test in testpar/t_coll_md.c (via testpar/testphdf5.c) when selection I/O is ON by default in the library: --need to check for fixed bufs when trying to figure out mpi_bufs_base in H5FD__selection_build_types().
Configuration menu - View commit details
-
Copy full SHA for e962b8e - Browse repository at this point
Copy the full SHA e962b8eView commit details -
Merge branch 'mpio_develop' of https://github.com/vchoi-hdfgroup/hdf5 …
…into mpio_develop
Configuration menu - View commit details
-
Copy full SHA for 3d3b88f - Browse repository at this point
Copy the full SHA 3d3b88fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e47124 - Browse repository at this point
Copy the full SHA 9e47124View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ca9b55 - Browse repository at this point
Copy the full SHA 5ca9b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for d34769c - Browse repository at this point
Copy the full SHA d34769cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d3304 - Browse repository at this point
Copy the full SHA 48d3304View commit details -
Configuration menu - View commit details
-
Copy full SHA for 853fed6 - Browse repository at this point
Copy the full SHA 853fed6View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93cd897 - Browse repository at this point
Copy the full SHA 93cd897View commit details -
Rename HDsystem() to system() (HDFGroup#3197)
system() is only used in the iopipe test and the things it calls (which are POSIX-y) are protected by an ifdef.
Configuration menu - View commit details
-
Copy full SHA for ebd95ae - Browse repository at this point
Copy the full SHA ebd95aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e306c2 - Browse repository at this point
Copy the full SHA 0e306c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f8903d - Browse repository at this point
Copy the full SHA 1f8903dView commit details