Re: [OMPI users] openMPI asychronous communication

2010-06-29 Thread Jeff Squyres
e, > the sender is very busy doing its local work and cannot post MPI_irecv to get > the messages from > senders. > > Any help is appreciated. > > jack > > > > From: jiangzuo...@gmail.com > Date: Mon, 28 Jun 2010 11:55:32 +0800 > > To: us...@open

Re: [OMPI users] openMPI asychronous communication

2010-06-28 Thread amjad ali
cal work and cannot post MPI_irecv to >> get the messages from >> senders. >> >> Any help is appreciated. >> >> jack >> >> >> >> -- >> From: jiangzuo...@gmail.com >> Date: Mon, 28 Jun 2010 11:55:32 +0800 >> >&g

Re: [OMPI users] openMPI asychronous communication

2010-06-28 Thread David Zhang
ost MPI_irecv to > get the messages from > senders. > > Any help is appreciated. > > jack > > > > -- > From: jiangzuo...@gmail.com > Date: Mon, 28 Jun 2010 11:55:32 +0800 > > To: us...@open-mpi.org > Subject: Re: [OMPI users]

Re: [OMPI users] openMPI asychronous communication

2010-06-28 Thread Jack Bryan
the messages from senders. Any help is appreciated. jack From: jiangzuo...@gmail.com List-Post: users@lists.open-mpi.org Date: Mon, 28 Jun 2010 11:55:32 +0800 To: us...@open-mpi.org Subject: Re: [OMPI users] openMPI asychronous communication OK, then i think you also know using MPI_Wait to

Re: [OMPI users] openMPI asychronous communication

2010-06-27 Thread Changsheng Jiang
help is appreciated. > > jack > > > -- > From: jiangzuo...@gmail.com > Date: Mon, 28 Jun 2010 11:31:16 +0800 > To: us...@open-mpi.org > Subject: Re: [OMPI users] openMPI asychronous communication > > > MPI_Isend - Starts a standard-mode

Re: [OMPI users] openMPI asychronous communication

2010-06-27 Thread Jack Bryan
:31:16 +0800 To: us...@open-mpi.org Subject: Re: [OMPI users] openMPI asychronous communication MPI_Isend - Starts a standard-mode, nonblocking send. BTW, are there any asynchronous collective operations? Changsheng Jiang On Mon, Jun 28, 2010

Re: [OMPI users] openMPI asychronous communication

2010-06-27 Thread Changsheng Jiang
MPI_Isend - Starts a standard-mode, nonblocking send. BTW, are there any asynchronous collective operations? Changsheng Jiang On Mon, Jun 28, 2010 at 11:22, Jack Bryan wrote: > Dear All: > > How to do asychronous communication among nodes

[OMPI users] openMPI asychronous communication

2010-06-27 Thread Jack Bryan
Dear All: How to do asychronous communication among nodes by openMPI or boot.MPI in cluster ? I need to set up a kind of asychronous communication protocol such that message senders and receivers can communicate asychronously without losing anymessages between them. I do not want to use block