$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [mpi] potentially blocking send - require blocking
From: Dave Clarke (dave.p.clarke_at_[hidden])
Date: 2014-07-23 10:38:32
The boost::mpi documentation for send() is:
"This routine executes a potentially blocking send"
This differs from MPI_Send()
"This routine will block until the message is sent to the destination."
I am developing an application which requires the code not to progress
until the communication is complete.
In which situations does "potentially blocking" apply?
And, is there a way of guaranteeing it is complete, the equivalent of
MPI_Wait() for MPI_Isend()?
Regards,
Dave