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

Update MPI communicator handling in alien external packages #1666

Merged
merged 3 commits into from
Oct 4, 2024

Commits on Oct 4, 2024

  1. [alien,ArcaneInterface,external_packages] In Hypre, handle the case w…

    …here arcane communicator is invalid (use MPI_COMM_WORLD).
    stdcm committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    da9239a View commit details
    Browse the repository at this point in the history
  2. [alien,ArcaneInterface,external_packages] In PETSC AsciiDumper, use A…

    …rccore Communicator instead of a cast into MpiMessagePassingMNg (not always valid).
    
     use PETSC_COMM_SELF when Arccore Communicator not valid).
    stdcm committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    512f13c View commit details
    Browse the repository at this point in the history
  3. [alien,ArcaneInterface,config,test] Remove systematic definition of A…

    …RCANE_PARALLEL_SERVICE=Mpi in Alien tests.
    
     Was needed by the cast into MpiMessagePassingMng (now removed).
    stdcm committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f34870f View commit details
    Browse the repository at this point in the history