[mpich-discuss] Non-blocking collectives
Jed Brown
jedbrown at mcs.anl.gov
Sat Jun 29 15:05:35 CDT 2013
Rajeev Thakur <thakur at mcs.anl.gov> writes:
> It doesn't have to be a matching Wait. The implementation is required
> to make progress on other pending communication while it is blocked in
> a Wait.
Or blocked in any of a number of other places, if non-blocking
collective requests have the same completion semantics as point-to-point
requests. E.g., this shouldn't deadlock:
MPI_Iallreduce(...,COMM_WORLD,&req);
if (!rank) MPI_Wait(&req);
MPI_Allgather(...,COMM_WORLD);
if (rank) MPI_Wait(&req);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mpich.org/pipermail/discuss/attachments/20130629/4ddbfd6a/attachment.sig>
More information about the discuss
mailing list