Closed bkmgit closed 1 year ago
MPI 4.1 introduces some new functions, but these have not all been added to the tests used to check the standard.
Add new MPI function declarations for MPI 4.1 to the testing header file
No text changes needed.
Better check of conformant implementations.
Should enable better consistency in the standard.
Arose from https://github.com/mpi-forum/mpi-standard/pull/860
I've added the ones needed for the examples in the 4.1 document. I am closing this issue.
Problem
MPI 4.1 introduces some new functions, but these have not all been added to the tests used to check the standard.
Proposal
Add new MPI function declarations for MPI 4.1 to the testing header file
Changes to the Text
No text changes needed.
Impact on Implementations
Better check of conformant implementations.
Impact on Users
Should enable better consistency in the standard.
References and Pull Requests
Arose from https://github.com/mpi-forum/mpi-standard/pull/860