We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f50ce commit d4f259fCopy full SHA for d4f259f
mpi.h
@@ -244,6 +244,7 @@ enum {
244
MPI_ERR_VALUE_TOO_LARGE = 59, /* added: MPI-4.0 */
245
MPI_ERR_SESSION = 60, /* added: MPI-4.0 */
246
MPI_ERR_ERRHANDLER = 61, /* added: MPI-4.1 */
247
+ MPI_ERR_ABI = 62, /* added: MPI-5.0 */
248
249
MPI_T_ERR_CANNOT_INIT = 1001,
250
MPI_T_ERR_NOT_ACCESSIBLE = 1002,
0 commit comments