Open VictorEijkhout opened 4 years ago
As for your first point: the description of MPI_COMM_TYPE_SHARED
does not follow this pattern either. Instead of starting each description with "this value specifies ...", I would rather remove it from the description of MPI_COMM_TYPE_HW_GUIDED
. Something like:
MPI_COMM_TYPE_HW_GUIDED---the communicator `comm` is split according to a
hardware resource type (for example a computing core or an L3 cache) specified by
the `mpi_hw_resource_type` info key.
As for your second point: the line break is not in the document anymore it seems.
This wasn't read at the December 2022 meeting. The last opportunity for MPI 4.1 is to have it ready at the March 2022 meeting (and it needs to "pass" the reading).
@GuillaumeMercier Are you (or is someone else) planning to push this forward or should we move it out of the plan for MPI 4.1?
I will push it forward. It shouldn't be an issue, actually.
(my first ticket. let me know if I should have done this differently)
Proposal: include same sentence as for
MPI_COMM_TYPE_HW_GUIDED
. Fix line break.Impact on users: improved intelligibility.