Skip to content

Commit 6705d35

Browse files
committed
abi.h template - add MPI_T related structs
Signed-off-by: Howard Pritchard <[email protected]>
1 parent bf323cc commit 6705d35

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ompi/mpi/c/abi.h.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ typedef struct {
6060
int MPI_internal[5];
6161
} MPI_Status;
6262

63+
/* MPI_T types */
64+
65+
typedef struct MPI_ABI_T_enum* MPI_T_enum;
66+
typedef struct MPI_ABI_T_cvar_handle* MPI_T_cvar_handle;
67+
typedef struct MPI_ABI_T_pvar_handle* MPI_T_pvar_handle;
68+
typedef struct MPI_ABI_T_pvar_session* MPI_T_pvar_session;
69+
typedef struct MPI_ABI_T_event_registration* MPI_T_event_registration;
70+
typedef struct MPI_ABI_T_event_instance* MPI_T_event_instance;
71+
6372
/*****************************************************************************/
6473
/* The following categories and values are taken, in order, from Section A.1 */
6574
/* ("Defined Values and Handles") of the MPI Standard, v5.0. Each category */

0 commit comments

Comments
 (0)