Closed
Description
Problem
The bindings of MPI_Psend_init
and MPI_Precv_init
do not follow the naming scheme of procedures taking MPI_Count
arguments / misses a regular int version.
Note: check examples for correct usage and argument declarations!
Proposal
As discussed in the Forum meeting 14/09/2023: Make it consistent and have an integer and a embiggened (_c) version.
Note: Check other places in the standard for more issues of this kind.
Changes to the Text
Rename the current MPI_P(send|recv)_init
to MPI_P(send|recv)_c
and add another binding for MPI_P(send|recv)_init
that uses an int count
|INTEGER count