Skip to content

Commit

Permalink
Remove MPIX_REAL1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl authored and jeffhammond committed Mar 19, 2024
1 parent 2f9d87c commit 00a219e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ typedef struct MPI_ABI_Datatype* MPI_Datatype;
#define MPI_UINT64_T ((MPI_Datatype)0x00000259)
#define MPIX_LOGICAL1 ((MPI_Datatype)0x000002c0)
#define MPI_INTEGER1 ((MPI_Datatype)0x000002c1)
#define MPIX_REAL1 ((MPI_Datatype)0x000002c2)
#define MPI_CHARACTER ((MPI_Datatype)0x000002c3)
#define MPIX_LOGICAL2 ((MPI_Datatype)0x000002c8)
#define MPI_INTEGER2 ((MPI_Datatype)0x000002c9)
Expand Down

0 comments on commit 00a219e

Please sign in to comment.