oshmpi icon indicating copy to clipboard operation
oshmpi copied to clipboard

Misc: develop shmem_malloc_with_hints

Open minsii opened this issue 4 years ago • 0 comments

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_allocate and use it to implement shmem_malloc_with_hints?
    • Potential drawback is the window lookup overhead at RMA/AMO operation

minsii avatar Mar 03 '21 20:03 minsii