-
Notifications
You must be signed in to change notification settings - Fork 925
add MPI_Remove_error_{string,code,class} #13384
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
Merged
naughtont3
merged 1 commit into
open-mpi:main
from
naughtont3:tjn-mpi41-remove-errorclass2
Sep 30, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.. _mpi_remove_error_class: | ||
|
||
|
||
MPI_Remove_error_class | ||
====================== | ||
|
||
.. include_body | ||
|
||
:ref:`MPI_Remove_error_class` |mdash| Removes a user-created error class. | ||
|
||
.. The following file was automatically generated | ||
.. include:: ./bindings/mpi_remove_error_class.rst | ||
|
||
INPUT PARAMETERS | ||
---------------- | ||
* ``errorclass``: New error class (integer). | ||
|
||
OUTPUT PARAMETERS | ||
----------------- | ||
* ``ierror``: Fortran only: Error status (integer). | ||
|
||
DESCRIPTION | ||
----------- | ||
|
||
The function :ref:`MPI_Remove_error_class` removes a user-created error class. | ||
It is erroneous to call :ref:`MPI_Remove_error_class` with a value for | ||
*errorclass* that was not added by a call to :ref:`MPI_Add_error_class`. | ||
It is erroneous to remove an error class when its associated error codes | ||
have not been removed before. | ||
|
||
ERRORS | ||
------ | ||
|
||
.. include:: ./ERRORS.rst | ||
|
||
.. seealso:: | ||
* :ref:`MPI_Add_error_class` | ||
* :ref:`MPI_Remove_error_code` | ||
* :ref:`MPI_Remove_error_string` | ||
* :ref:`MPI_Error_class` | ||
* :ref:`MPI_Error_string` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.. _mpi_remove_error_code: | ||
|
||
|
||
MPI_Remove_error_code | ||
===================== | ||
|
||
.. include_body | ||
|
||
:ref:`MPI_Remove_error_code` |mdash| Remove a user-created error code associated with | ||
*errorcode* | ||
|
||
.. The following file was automatically generated | ||
.. include:: ./bindings/mpi_remove_error_code.rst | ||
|
||
INPUT PARAMETER | ||
--------------- | ||
* ``errorcode``: MPI error code (integer). | ||
|
||
OUTPUT PARAMETERS | ||
----------------- | ||
* ``ierror``: Fortran only: Error status (integer). | ||
|
||
DESCRIPTION | ||
----------- | ||
|
||
Removes a user-created error code associated with *errorcode*. | ||
It is erroneous to call :ref:`MPI_Remove_error_code` with a value for | ||
*errorcode* that was not added by a call to :ref:`MPI_Add_error_code`. | ||
It is erroneous to remove an error code when its associated error string has | ||
not been removed before. | ||
|
||
ERRORS | ||
------ | ||
|
||
.. include:: ./ERRORS.rst | ||
|
||
.. seealso:: | ||
* :ref:`MPI_Add_error_code` | ||
* :ref:`MPI_Remove_error_class` | ||
* :ref:`MPI_Remove_error_string` | ||
* :ref:`MPI_Error_class` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
.. _mpi_remove_error_string: | ||
|
||
|
||
MPI_Remove_error_string | ||
======================= | ||
|
||
.. include_body | ||
|
||
:ref:`MPI_Remove_error_string` |mdash| Removes the error string associated with | ||
a user-created error code. | ||
|
||
.. The following file was automatically generated | ||
.. include:: ./bindings/mpi_remove_error_string.rst | ||
|
||
INPUT PARAMETERS | ||
---------------- | ||
* ``errorcode``: MPI error code, returned by an MPI routine (integer). | ||
|
||
OUTPUT PARAMETER | ||
---------------- | ||
* ``ierror``: Fortran only: Error status (integer). | ||
|
||
DESCRIPTION | ||
----------- | ||
|
||
This routine removes an error string associated with a user-created error code. | ||
It is erroneous to call :ref:`MPI_Remove_error_string` with a value for *errorcode* | ||
that does not have an error string added by a call to :ref:`MPI_Add_error_string`. | ||
|
||
ERRORS | ||
------ | ||
|
||
.. include:: ./ERRORS.rst | ||
|
||
.. seealso:: | ||
* :ref:`MPI_Add_error_string` | ||
* :ref:`MPI_Remove_error_class` | ||
* :ref:`MPI_Remove_error_code` | ||
* :ref:`MPI_Error_class` | ||
* :ref:`MPI_Error_string` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.