$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boostMPI asychronous communication
From: Riccardo Murri (riccardo.murri_at_[hidden])
Date: 2010-06-28 04:16:17
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