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

Replace MPI_Allgather by MPI_Exscan #8298

Merged
merged 7 commits into from
Jun 7, 2019

Commits on Jun 7, 2019

  1. Replace MPI_Allgather by MPI_Exscan

    Do not store the index sets of all processors on each processor.
    Fill them on demand.
    kronbichler committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    c67244c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ded3f34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e4c892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0006238 View commit details
    Browse the repository at this point in the history
  5. Add changelog

    kronbichler committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    ff90ec8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec16564 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9047ad View commit details
    Browse the repository at this point in the history