
28 Jun
2010
28 Jun
'10
8:16 a.m.
Hi Jack,
On Mon, Jun 28, 2010 at 5:21 AM, Jack Bryan
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