Skip to content
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 of the mpio driver with selection I/O. #3222

Merged
merged 30 commits into from
Aug 7, 2023

Commits on Jul 3, 2023

  1. Implementation of the mpio driver with selection I/O.

    This also addresses the review comments of the previous PR HDFGroup#3058 which will be closed.
    vchoi-hdfgroup committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    25c434e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45e0709 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    a8c0351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3fee29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f75cbd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    db37097 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    d1d5abf View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    b6cc695 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    a39f805 View commit details
    Browse the repository at this point in the history
  2. Add tests for the three bugs found when setting H5D_SELECTION_IO_MODE…

    …_ON as
    
    the default in the library.  Minor cleanups.
    vchoi-hdfgroup committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    56e0ca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41f68d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eddb315 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    6604ad4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    accb22f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    8b080ec View commit details
    Browse the repository at this point in the history
  2. Add tests for selection I/O which are derived from test/vfd.c and mod…

    …ified for parallel testing.
    vchoi-hdfgroup committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5f20722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efbe96c View commit details
    Browse the repository at this point in the history
  4. Correct spelling errors.

    Remove debugging printfs.
    vchoi-hdfgroup committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    40c3d64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83ab87d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    ab7746c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    eeb29b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fadf80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    340cf6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1fd1f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de6a7fd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. This changes the default selection I/O to on for MPIO.

    This is a fix from Neil.
    vchoi-hdfgroup committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8e42490 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    dc886ee View commit details
    Browse the repository at this point in the history
  2. Fixes for the two issues in PR review:

    1) Revert the type for <count> as size_t in the H5FD_class_t struct
    2) The independent xfer mode case in H5FD__mpio_read/write_selection() should be
    calling H5FD_read/write_from_selection().
    3) Fix the test in testpar/t_select_io_dset.c due to the change.
    vchoi-hdfgroup committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    d61facc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2621bbb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    3bf430f View commit details
    Browse the repository at this point in the history