Skip to content

Commit ccdfad8

Browse files
committed
Add MPI_ERR_ABI error class
1 parent 81c85f5 commit ccdfad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mpi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ enum {
244244
MPI_ERR_VALUE_TOO_LARGE = 59, /* added: MPI-4.0 */
245245
MPI_ERR_SESSION = 60, /* added: MPI-4.0 */
246246
MPI_ERR_ERRHANDLER = 61, /* added: MPI-4.1 */
247+
MPI_ERR_ABI = 62, /* added: MPI-5.0 */
247248

248249
MPI_T_ERR_CANNOT_INIT = 1001,
249250
MPI_T_ERR_NOT_ACCESSIBLE = 1002,

0 commit comments

Comments
 (0)