Skip to content

Commit 15a2df3

Browse files
authored
Merge pull request #35 from mpiwg-abi/update
Update ABI values of predefined attribute keys
2 parents c9c2c7a + 29c8759 commit 15a2df3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

mpi.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -433,20 +433,20 @@ enum {
433433
MPI_KEYVAL_INVALID = 0,
434434

435435
/* Communicator */
436-
MPI_TAG_UB = -51,
437-
MPI_IO = -52,
438-
MPI_HOST = -53, /* deprecated: MPI-4.1 */
439-
MPI_WTIME_IS_GLOBAL = -54,
440-
MPI_UNIVERSE_SIZE = -55,
441-
MPI_APPNUM = -56,
442-
MPI_LASTUSEDCODE = -57,
436+
MPI_TAG_UB = 501,
437+
MPI_IO = 502,
438+
MPI_HOST = 503, /* deprecated: MPI-4.1 */
439+
MPI_WTIME_IS_GLOBAL = 504,
440+
MPI_UNIVERSE_SIZE = 505,
441+
MPI_APPNUM = 506,
442+
MPI_LASTUSEDCODE = 507,
443443

444444
/* Window */
445-
MPI_WIN_BASE = -61,
446-
MPI_WIN_DISP_UNIT = -62,
447-
MPI_WIN_SIZE = -63,
448-
MPI_WIN_CREATE_FLAVOR = -64,
449-
MPI_WIN_MODEL = -65
445+
MPI_WIN_BASE = 601,
446+
MPI_WIN_DISP_UNIT = 602,
447+
MPI_WIN_SIZE = 603,
448+
MPI_WIN_CREATE_FLAVOR = 604,
449+
MPI_WIN_MODEL = 605
450450
};
451451

452452
typedef void (MPI_User_function)(void *invec, void *inoutvec, int *len, MPI_Datatype *datatype);

0 commit comments

Comments
 (0)