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

Topo aware coll comm v2 #12032

Merged
merged 2 commits into from
Dec 2, 2023
Merged

Commits on Dec 2, 2023

  1. communicator: introduce OMPI_COMM_DISJOINT flag

    This patch introduces a new communicator flag to indicate if no
    processes share the same node.
    
    This flag is intended for optimization of hierarchy-aware collective
    operations to select the more efficient transport/algorithm.
    
    In this change we introduce a non-blocking allreducestep in communicator
    activation and set the new flag in the completion callback function.
    
    Signed-off-by: Wenduo Wang <[email protected]>
    wenduwan committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    a1cf411 View commit details
    Browse the repository at this point in the history
  2. communicator: add assertion on OMPI_COMM_DISJOINT flag

    This patch introduces assertions to verify that sub-communicators
    are created with the expected OMPI_COMM_DISJOINT* flags.
    
    Signed-off-by: Wenduo Wang <[email protected]>
    wenduwan committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    61c9403 View commit details
    Browse the repository at this point in the history