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

Migrate shared memory capability to Umpire #1058

Open
kennyweiss opened this issue Mar 20, 2023 · 3 comments
Open

Migrate shared memory capability to Umpire #1058

kennyweiss opened this issue Mar 20, 2023 · 3 comments
Labels
maintenance Issues related to code maintenance memory mpi Related to MPI communication Reviewed TPL Issues related to Axom's third party libraries

Comments

@kennyweiss
Copy link
Member

We're currently using MPI3 shared memory in some quest use-cases.
We should switch this over to Umpire's shared memory capability.

We're currently using the AXOM_ENABLE_MPI3 config variable to control this

cmake_dependent_option(AXOM_ENABLE_MPI3 "Enables use of MPI-3 features" OFF "ENABLE_MPI" OFF)

To use Umpire's shared memory, we'll need to configure Umpire with UMPIRE_ENABLE_IPC_SHARED_MEMORY
See:

@kennyweiss kennyweiss added TPL Issues related to Axom's third party libraries maintenance Issues related to code maintenance mpi Related to MPI communication memory labels Mar 20, 2023
gunney1 added a commit that referenced this issue Jun 6, 2023
@rhornung67 rhornung67 added this to the April 2024 Release milestone Nov 13, 2023
@rhornung67
Copy link
Member

CI test(s) should be added for this to address #244

@rhornung67
Copy link
Member

Wait to see what Kristi comes up with in MARBL and leverage that work.

@davidbeckingsale
Copy link
Member

We are working on adding MPI3 support for shared memory (in addition to POSIX) to Umpire.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Issues related to code maintenance memory mpi Related to MPI communication Reviewed TPL Issues related to Axom's third party libraries
Projects
None yet
Development

No branches or pull requests

3 participants