oshmpi
oshmpi copied to clipboard
Misc: develop shmem_malloc_with_hints
shmem_malloc_with_hints is added in OpenSHMEM 1.5, with hints SHMEM_MALLOC_ATOMICS_REMOTE|SHMEM_MALLOC_SIGNAL_REMOTE
Basic implementation
- [ ] Reuse existing
shmem_malloc
Optional optimizations
- Develop equivalent hints for
MPI_Win_allocateand use it to implementshmem_malloc_with_hints?- Potential drawback is the window lookup overhead at RMA/AMO operation