-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
chap-collectiveCollective Communication Chapter CommitteeCollective Communication Chapter Committeempi-6For inclusion in the MPI 5.1 or 6.0 standardFor inclusion in the MPI 5.1 or 6.0 standard
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
Labels
chap-collectiveCollective Communication Chapter CommitteeCollective Communication Chapter Committeempi-6For inclusion in the MPI 5.1 or 6.0 standardFor inclusion in the MPI 5.1 or 6.0 standard
Type
Projects
Status
To Do