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

Backport/split type #11863

Merged
merged 2 commits into from
Aug 24, 2023
Merged

Backport/split type #11863

merged 2 commits into from
Aug 24, 2023

Commits on Aug 18, 2023

  1. Create the remote_group to allow the creation of c_local_comm

    Without the remote_group the communicator is considered as an intracomm,
    and will lack the proper infrastructure necessary during the
    MPI_Comm_split_type.
    
    Signed-off-by: George Bosilca <[email protected]>
    (cherry picked from commit 74de336)
    bosilca committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f184598 View commit details
    Browse the repository at this point in the history
  2. Allow MPI_IN_PLACE for MPI_Allreduce on intercomms.

    Signed-off-by: George Bosilca <[email protected]>
    (cherry picked from commit 3484445)
    bosilca committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7768d26 View commit details
    Browse the repository at this point in the history