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

Add specific communicator for neighborhood communication #1588

Open
wants to merge 10 commits into
base: index-map-pgm
Choose a base branch
from

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    991bbac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44284fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    370117a View commit details
    Browse the repository at this point in the history
  4. [coll-comm] adds interface for collective communicator

    Co-authored-by: Pratik Nayak <pratik.nayak@kit.edu>
    MarcelKoch and pratikvn committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    990d0f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f4d3dc View commit details
    Browse the repository at this point in the history
  6. [coll-comm] adds neighborhood implementation of collective communicator

    Co-authored-by: Pratik Nayak <pratik.nayak@kit.edu>
    MarcelKoch and pratikvn committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d9e8dcc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a926ffe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a8067b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b61ad41 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. [coll-comm] review update:

    - fix include guards
    - update docs
    - implement copy/move constructors/assignment with tests
    - add equality test for collective communicators (needed for testing)
    - always enable neighborhood comm, just throw if openmpi is too old
    
    Co-authored-by: Pratik Nayak <pratik.nayak@kit.edu>
    MarcelKoch and pratikvn committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1f49b91 View commit details
    Browse the repository at this point in the history