File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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
452452typedef void (MPI_User_function )(void * invec , void * inoutvec , int * len , MPI_Datatype * datatype );
You can’t perform that action at this time.
0 commit comments