Closed cniethammer closed 9 months ago
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.
MPI_Count
int
PR with the fix can be found at https://github.com/mpi-forum/mpi-standard/pull/949
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 ofint
type.Proposal
PR with the fix can be found at https://github.com/mpi-forum/mpi-standard/pull/949