Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mpid/shm: Added support for moving copy buffer in MCDRAM
This commit introduces runtime control on shared memory object placement, more specifically copy buffers used by CH3 for the rendezvous protocol, in the heterogeneous memory system. Runtime binding is provided through an additional CVAR: MPIR_CVAR_SHMEM_COPYBUF_BIND_TYPE. By default this is set to "DDR" but can be set to "MCDRAM" to move the aforementioned object into MCDRAM.
- Loading branch information