File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments