Migrate shared memory capability to Umpire #1058
Labels
maintenance
Issues related to code maintenance
memory
mpi
Related to MPI communication
Reviewed
TPL
Issues related to Axom's third party libraries
Milestone
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 thisaxom/src/cmake/AxomOptions.cmake
Line 33 in acdfc10
To use Umpire's shared memory, we'll need to configure Umpire with
UMPIRE_ENABLE_IPC_SHARED_MEMORY
See:
The text was updated successfully, but these errors were encountered: