[MPICH] Can I ask MPI to not copy the data to shared-mem ?

Jean-Marc Saffroy saffroy at gmail.com
Tue Oct 9 14:54:36 CDT 2007


On Tue, 9 Oct 2007, Darius Buntinas wrote:

> Hmm.  I can't see a way that an MPI implementation could (efficiently 
> and reliably) check that two virtual addresses from different processes 
> point to the same location in a shared memory region.  An MPI 
> implementation wouldn't have enough information to do what you're 
> asking.

It could very well have this information from the operating system.
On Linux, /proc/self/maps has all the required details.


-- 
saffroy at gmail.com




More information about the mpich-discuss mailing list