Boost logo

Boost Users :

Subject: Re: [Boost-users] boostMPI asychronous communication
From: Jack Bryan (dtustudy68_at_[hidden])
Date: 2010-06-28 10:00:18


thanks
I know that.
MPI_irecv() ;
do other works;
MPI_wait();
But, my message receiver is much slower than sender.
when the receiver is doing its local works, the sender has sent out their messages. but at this time, the receiver is very busy doing its local work and cannot post MPI_irecv to get the messages from senders.
Any help is appreciated.
jack

> Date: Mon, 28 Jun 2010 10:16:17 +0200
> From: riccardo.murri_at_[hidden]
> To: boost-users_at_[hidden]
> Subject: Re: [Boost-users] boostMPI asychronous communication
>
> Hi Jack,
>
> On Mon, Jun 28, 2010 at 5:21 AM, Jack Bryan <dtustudy68_at_[hidden]> wrote:
> > How to do asychronous communication among nodes by boot.MPI or OpenMPI in
> > cluster ?
>
> you likely want to use boost::mpi::communicator::{isend,irecv,iprobe};
> also the test_* /wait_*routines in boost/mpi/nonblocking.hpp can be useful.
>
> Regards,
> Riccardo
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
                                               
_________________________________________________________________
Hotmail is redefining busy with tools for the New Busy. Get more from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net