Skip to content

MPI_Psend_init_c & MPI_Precv_init_c #765

Closed
@cniethammer

Description

@cniethammer

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

Impact on Implementations

References and Pull Requests

https://github.com/mpi-forum/mpi-standard/pull/888

Metadata

Metadata

Labels

chap-partPartitioned Communication Chapter Committee

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions