-
Notifications
You must be signed in to change notification settings - Fork 8
Deprecate all _x procedures #518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@martinruefenacht is this going to be on the agenda for a reading at the Dec 22 meeting? There's one unresolved review comment (replacements exist for Fortran), but otherwise its ready. It would be a shame for this to miss the MPI-4.1 release. |
This wasn't read at the December 2022 meeting. The last opportunity for MPI 4.1 is to have it ready at the March 2022 meeting (and it needs to "pass" the reading). @martinruefenacht Are you (or is someone else) planning to push this forward or should we move it out of the plan for MPI 4.1? |
This passed a no-no vote on 2023-02-08.
|
This passed a no-no vote.
|
This passed a 1st vote.
|
This passed a 2nd vote.
|
Uh oh!
There was an error while loading. Please reload this page.
Problem
The _x procedures are replaced by the _c procedures which were introduced through the Embiggenment. Deprecating the _x procedures allows for removal in the next major version.
Proposal
Deprecate all _x procedures in the Standard.
Changes to the Text
Impact on Implementations
None, with deprecation compliant implementations still need to implement the procedures.
Impact on Users
Deprecation has no immediate effect, anyone who uses _x procedures is strongly encouraged to swap to the corresponding _c procedure with the identical signature.
References
Previous PR was: https://github.com/mpi-forum/mpi-standard/pull/623
Fixed by: https://github.com/mpi-forum/mpi-standard/pull/829
The text was updated successfully, but these errors were encountered: