Skip to content

Commit ddd07a3

Browse files
dalcinljeffhammond
authored andcommitted
Add MPI_LOGICAL{1|2|4|8|16}
1 parent 5f3254d commit ddd07a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mpi.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,21 +159,21 @@ typedef struct MPI_ABI_Datatype* MPI_Datatype;
159159
#define MPI_UINT32_T ((MPI_Datatype)0x00000251)
160160
#define MPI_INT64_T ((MPI_Datatype)0x00000258)
161161
#define MPI_UINT64_T ((MPI_Datatype)0x00000259)
162-
#define MPIX_LOGICAL1 ((MPI_Datatype)0x000002c0)
162+
#define MPI_LOGICAL1 ((MPI_Datatype)0x000002c0)
163163
#define MPI_INTEGER1 ((MPI_Datatype)0x000002c1)
164164
#define MPI_CHARACTER ((MPI_Datatype)0x000002c3)
165-
#define MPIX_LOGICAL2 ((MPI_Datatype)0x000002c8)
165+
#define MPI_LOGICAL2 ((MPI_Datatype)0x000002c8)
166166
#define MPI_INTEGER2 ((MPI_Datatype)0x000002c9)
167167
#define MPI_REAL2 ((MPI_Datatype)0x000002ca)
168-
#define MPIX_LOGICAL4 ((MPI_Datatype)0x000002d0)
168+
#define MPI_LOGICAL4 ((MPI_Datatype)0x000002d0)
169169
#define MPI_INTEGER4 ((MPI_Datatype)0x000002d1)
170170
#define MPI_REAL4 ((MPI_Datatype)0x000002d2)
171171
#define MPI_COMPLEX4 ((MPI_Datatype)0x000002d3)
172-
#define MPIX_LOGICAL8 ((MPI_Datatype)0x000002d8)
172+
#define MPI_LOGICAL8 ((MPI_Datatype)0x000002d8)
173173
#define MPI_INTEGER8 ((MPI_Datatype)0x000002d9)
174174
#define MPI_REAL8 ((MPI_Datatype)0x000002da)
175175
#define MPI_COMPLEX8 ((MPI_Datatype)0x000002db)
176-
#define MPIX_LOGICAL16 ((MPI_Datatype)0x000002e0)
176+
#define MPI_LOGICAL16 ((MPI_Datatype)0x000002e0)
177177
#define MPI_INTEGER16 ((MPI_Datatype)0x000002e1)
178178
#define MPI_REAL16 ((MPI_Datatype)0x000002e2)
179179
#define MPI_COMPLEX16 ((MPI_Datatype)0x000002e3)

0 commit comments

Comments
 (0)