mpi-forum / mpi-issues

Tickets for the MPI Forum
http://www.mpi-forum.org/
67 stars 8 forks source link

Fix wrong variable type in MPI 4.1 Example 4.1 #832

Closed cniethammer closed 9 months ago

cniethammer commented 9 months ago

Problem

In MPI 4.1 Example 4.1 page 115 the variable specifying the number of partitions is declared as MPI_Count. However, the C API defines partitions to be of int type.

Proposal

PR with the fix can be found at https://github.com/mpi-forum/mpi-standard/pull/949