File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ typedef struct MPI_ABI_Datatype* MPI_Datatype;
124124#define MPI_COMPLEX ((MPI_Datatype)0x0000021b)
125125#define MPI_DOUBLE_PRECISION ((MPI_Datatype)0x0000021c)
126126#define MPI_DOUBLE_COMPLEX ((MPI_Datatype)0x0000021d)
127+ #define MPI_CHARACTER ((MPI_Datatype)0x0000021e)
127128#define MPI_LONG_DOUBLE ((MPI_Datatype)0x00000220)
128129#define MPI_C_LONG_DOUBLE_COMPLEX ((MPI_Datatype)0x00000224)
129130#define MPI_CXX_LONG_DOUBLE_COMPLEX ((MPI_Datatype)0x00000225)
@@ -153,7 +154,6 @@ typedef struct MPI_ABI_Datatype* MPI_Datatype;
153154#define MPI_UINT64_T ((MPI_Datatype)0x00000259)
154155#define MPI_LOGICAL1 ((MPI_Datatype)0x000002c0)
155156#define MPI_INTEGER1 ((MPI_Datatype)0x000002c1)
156- #define MPI_CHARACTER ((MPI_Datatype)0x000002c3)
157157#define MPI_LOGICAL2 ((MPI_Datatype)0x000002c8)
158158#define MPI_INTEGER2 ((MPI_Datatype)0x000002c9)
159159#define MPI_REAL2 ((MPI_Datatype)0x000002ca)
You can’t perform that action at this time.
0 commit comments