Open jeffhammond opened 9 months ago
+1 for remove list and add reference to the full list.
Doesn't the includes:
before the list already clarify that this is no complete list? I think, having 2 or three examples might be sufficient, or make the composition of the name more clear: MPI_XXXYYY
, where XXX is in {INTEGER,REAL,COMPLEX} and YYY is the length in bytes without any 0 prefix.
Sure, "includes" isn't technically wrong for listing 11 of 13 cases, but since it doesn't say "includes, for example", it is reasonable for a reader to conclude it is a complete list.
It is better to ambiguous, and that's what I'll accomplish in the change. Details TBD.
Problem
Chapter 19:
MPI_REAL2
andMPI_COMPLEX4
should be listed here, or we should remove the list altogether and just give an example, since a full list exists elsewhere.Proposal
Add it to the list or remove the list.
Changes to the Text
Trivial
Impact on Implementations
None
Impact on Users
Clarity
References and Pull Requests