mpi-forum / mpi-issues

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

Update testing header file for MPI 4.1 #736

Closed bkmgit closed 1 year ago

bkmgit commented 1 year ago

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

wgropp commented 1 year ago

I've added the ones needed for the examples in the 4.1 document. I am closing this issue.