small MPI_Win_allocate
12 May
2016
12 May
'16
4:54 p.m.
If I call MPI_Win_allocate for e.g. 8 bytes, does it allocate shared memory every time, and thus potentially allocate with page alignment, which could cause a lot of empty VM space? Perhaps I do not understand POSIX shared memory well enough, but it strikes me that it might be a worthwhile optimization to have a memory pool for small-size MPI_Win_allocate(_shared) calls. Thanks, Jeff -- Jeff Hammond [email protected] http://jeffhammond.github.io/
3725
Age (days ago)
3725
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeff Hammond