[OMPI users] Usage of MPI_Win_create with MPI_Comm_Spawn

2014-03-17 Thread Ramesh Vinayagam
Hi, Can comm_spawn be used with win_create? For ex: Master process: --- MPI_Comm_spawn(worker_program,MPI_ARGV_NULL, world_size-1, info, 0, MPI_COMM_SELF, &everyone, MPI_ERRCODES_IGNORE); MPI_Win_create(&testval, sizeof(double), 1,

Re: [OMPI users] Multiple Communicators for communication

2012-06-15 Thread Ramesh Vinayagam
on different threads, but that did not help too. So I was wondering if there is a way to handle this in MPI without using non-blocking sends and receives. Thanks Ramesh On Fri, Jun 15, 2012 at 3:40 AM, Jeff Squyres wrote: > On Jun 14, 2012, at 8:43 PM, Ramesh Vinayagam wrote: > > >

[OMPI users] Multiple Communicators for communication

2012-06-14 Thread Ramesh Vinayagam
Hi, I was wondering is there a way to communicate between two processes with two different communicators simultaneously in MPI? Like having two channels for communication? Please do let me know. Thanks, Ramesh