Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • elpa elpa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • elpa
  • elpaelpa
  • Merge requests
  • !111

Fix the MPI communicators per elpa object

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andreas Marek requested to merge fix_mpi_communicators into master_pre_stage Oct 07, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 3

Clarification of the ELPA usage: It has always been intended with the ELPA API that one should only set the MPI communicators ("mpi_comm_parent", "mpi_comm_rows", and "mpi_comm_cols") once per ELPA object. Technically, it has been possible to change these communicators, for an existing ELPA object, which leads -- dependent on the exact configuration of the ELPA object -- to correct or erroneous behaviour.

With this commit, it is technically impossible to set the communicators more than once (per ELPA object)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix_mpi_communicators