C and F08 interfaces for counts of size MPI_Count and MPI_COUNT_KIND
SpinTensor opened this issue · 0 comments
SpinTensor commented
The MPI 4.0 standard requires additional interfaces for procedures with a count
argument.
Those interfaces require that the type of count is MPI_Count
for C and KIND=MPI_COUNT_KIND
for F08.
Details of how to implement this need to be worked out.