Re: [OMPI users] MPI_Comm_spawn and shared memory

2015-05-14 Thread Radoslaw Martyniszyn
ere are some works in progress to get rid of this > limitation. > > Cheers, > > Gilles > > > On 5/14/2015 3:52 PM, Radoslaw Martyniszyn wrote: > > Dear developers of Open MPI, > > I've created two applications: parent and child. Parent spawns children > usi

[OMPI users] MPI_Comm_spawn and shared memory

2015-05-14 Thread Radoslaw Martyniszyn
Dear developers of Open MPI, I've created two applications: parent and child. Parent spawns children using MPI_Comm_spawn. I would like to use shared memory when they communicate. However, applications do not start when I try using sm. Please comment on that issue. If this feature is not