[mpich-devel] small MPI_Win_allocate

Jeff Hammond jeff.science at gmail.com
Thu May 12 16:54:02 CDT 2016


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
jeff.science at gmail.com
http://jeffhammond.github.io/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpich.org/pipermail/devel/attachments/20160513/b85bc074/attachment-0001.html>


More information about the devel mailing list