Open
Description
Problem
As reported in [1], MPI 4.1 Example 6.36 contains the incorrect statement:
It is not possible to perform a blocking collective operation on all communicators because there exists no deadlock-free order to invoke them.
Proposal
This can be changed to:
It can be challenging to perform a blocking collective operation on all communicators because some orders of invocation can lead to deadlock.
Impact on Implementations
None
Impact on Users
Clearer example describing nonblocking collectives and why they're useful.
References and Pull Requests
Metadata
Metadata
Assignees
Type
Projects
Status
To Do