|
| 1 | +/* |
| 2 | + * $COPYRIGHT$ |
| 3 | + * |
| 4 | + * Additional copyrights may follow |
| 5 | + * |
| 6 | + * $HEADER$ |
| 7 | + */ |
| 8 | + |
| 9 | +typedef struct MPI_ABI_Comm * MPI_Comm; |
| 10 | +typedef struct MPI_ABI_Datatype * MPI_Datatype; |
| 11 | +typedef struct MPI_ABI_Errhandler * MPI_Errhandler; |
| 12 | +typedef struct MPI_ABI_File * MPI_File; |
| 13 | +typedef struct MPI_ABI_Group * MPI_Group; |
| 14 | +typedef struct MPI_ABI_Info * MPI_Info; |
| 15 | +typedef struct MPI_ABI_Message * MPI_Message; |
| 16 | +typedef struct MPI_ABI_Op * MPI_Op; |
| 17 | +typedef struct MPI_ABI_Request * MPI_Request; |
| 18 | +typedef struct MPI_ABI_Session * MPI_Session; |
| 19 | +typedef struct MPI_ABI_Win * MPI_Win; |
| 20 | + |
| 21 | +typedef struct { |
| 22 | + int MPI_SOURCE; |
| 23 | + int MPI_TAG; |
| 24 | + int MPI_ERROR; |
| 25 | + int MPI_internal[5]; |
| 26 | +} MPI_Status; |
| 27 | + |
| 28 | +/* Error classes */ |
| 29 | +$CATEGORY:ERROR_CLASSES$ |
| 30 | + |
| 31 | +/* Buffer address constants */ |
| 32 | +$CATEGORY:BUFFER_ADDR_CONSTANTS$ |
| 33 | + |
| 34 | +/* Constants specifying empty or ignored input */ |
| 35 | +$CATEGORY:EMPTY_IGNORE_INPUT_CONSTANTS$ |
| 36 | + |
| 37 | +/* Maximum sizes for strings */ |
| 38 | +$CATEGORY:MAX_STR_SIZE_CONSTANTS$ |
| 39 | + |
| 40 | +/* Mode constants */ |
| 41 | +$CATEGORY:MODE_CONSTANTS$ |
| 42 | + |
| 43 | +/* Assorted constants */ |
| 44 | +$CATEGORY:ASSORTED_CONSTANTS$ |
| 45 | + |
| 46 | +/* Threads constants */ |
| 47 | +$CATEGORY:THREADS_CONSTANTS$ |
| 48 | + |
| 49 | +/* File operations constants */ |
| 50 | +$CATEGORY:FILE_OPERATIONS_CONSTANTS$ |
| 51 | + |
| 52 | +/* Datatype decoding constants */ |
| 53 | +$CATEGORY:DATATYPE_DECODING_CONSTANTS$ |
| 54 | + |
| 55 | +/* F90 datatype matching constants */ |
| 56 | +$CATEGORY:F90_DATATYPE_MATCHING_CONSTANTS$ |
| 57 | + |
| 58 | +/* Results of communicator and group comparisons */ |
| 59 | +$CATEGORY:COMMUNICATOR_GROUP_COMP_RESULTS$ |
| 60 | + |
| 61 | +/* Topologies */ |
| 62 | +$CATEGORY:TOPOLOGIES$ |
| 63 | + |
| 64 | +/* Communicator split type constants */ |
| 65 | +$CATEGORY:COMMUNICATOR_SPLIT_TYPE$ |
| 66 | + |
| 67 | +/* Window lock type constants */ |
| 68 | +$CATEGORY:WINDOW_LOCK_TYPE_CONSTANTS$ |
| 69 | + |
| 70 | +/* MPI window create flavors */ |
| 71 | +$CATEGORY:WINDOW_CREATE_FLAVORS$ |
| 72 | + |
| 73 | +/* MPI window models */ |
| 74 | +$CATEGORY:WINDOW_MODELS$ |
| 75 | + |
| 76 | +/* File positioning constants */ |
| 77 | +$CATEGORY:FILE_POS_CONSTANTS$ |
| 78 | + |
| 79 | +/* File operation constants */ |
| 80 | +$CATEGORY:FILE_OP_CONSTANTS$ |
| 81 | + |
| 82 | +/* Environmental inquiry and predefined attribute keys */ |
| 83 | +$CATEGORY:ENV_INQ_AND_ATTR_KEYS$ |
| 84 | + |
| 85 | +/* Fortran support method specific constants */ |
| 86 | +/* $CATEGORY:FORTRAN_SUPPORT_METHOD_CONSTANTS$ */ |
| 87 | + |
| 88 | +/* Status array size and reserved index values (Fortran only) */ |
| 89 | +/* $CATEGORY:STATUS_ARRAY_SIZE_AND_INDEX_FORTRAN$ */ |
| 90 | + |
| 91 | +/* Fortran status array size and reserved index values (C only) */ |
| 92 | +$CATEGORY:FORTRAN_STATUS_ARRAY_SIZE_AND_INDEX_C$ |
| 93 | + |
| 94 | +/* Variable address size (Fortran only) */ |
| 95 | +/* $CATEGORY:VARIABLE_ADDR_SIZE_FORTRAN$ */ |
| 96 | + |
| 97 | +/* Reserved communicators */ |
| 98 | +$CATEGORY:RESERVED_COMMUNICATORS$ |
| 99 | + |
| 100 | +/* Named predefined datatypes */ |
| 101 | +$CATEGORY:PREDEFINED_DATATYPES$ |
| 102 | + |
| 103 | +/* Optional datatypes (Fortran) */ |
| 104 | +$CATEGORY:OPT_DATATYPES_FORTRAN$ |
| 105 | + |
| 106 | +/* Datatypes for reduction functions (C) */ |
| 107 | +$CATEGORY:REDUCTION_FUNC_DATATYPES_C$ |
| 108 | + |
| 109 | +/* Datatypes for reduction functions (Fortran) */ |
| 110 | +$CATEGORY:REDUCTION_FUNC_DATATYPES_FORTRAN$ |
| 111 | + |
| 112 | +/* Predefined message handles */ |
| 113 | +$CATEGORY:MSG_HANDLES$ |
| 114 | + |
| 115 | +/* Predefined error-handling specifiers */ |
| 116 | +$CATEGORY:ERROR_SPECIFIERS$ |
| 117 | + |
| 118 | +/* Environmental inquiry info key */ |
| 119 | +$CATEGORY:ENV_INQ_INFO_KEY$ |
| 120 | + |
| 121 | +/* Collective operators */ |
| 122 | +$CATEGORY:COLLECTIVE_OPS$ |
| 123 | + |
| 124 | +/* Predefined group handles */ |
| 125 | +$CATEGORY:GROUP_HANDLES$ |
| 126 | + |
| 127 | +/* Other predefined handles */ |
| 128 | +$CATEGORY:OTHER_HANDLES$ |
| 129 | + |
| 130 | +/* Predefined functions */ |
| 131 | +$CATEGORY:FUNCTIONS$ |
| 132 | + |
| 133 | +/* Deprecated predefined functions */ |
| 134 | +$CATEGORY:DEPRECATED_FUNCS$ |
| 135 | + |
| 136 | +/* C preprocessor constants and Fortran parameters */ |
| 137 | +$CATEGORY:C_PREPROCESSOR_CONSTANTS_FORTRAN_PARAMETERS$ |
| 138 | + |
| 139 | +/* Handles used in the MPI tool information interface */ |
| 140 | +$CATEGORY:TOOL_INFO_IFACE_HANDLES$ |
| 141 | + |
| 142 | +/* Verbosity levels in the MPI tool information interface */ |
| 143 | +$CATEGORY:TOOL_INFO_IFACE_VERBOSITY_LEVELS$ |
| 144 | + |
| 145 | +/* |
| 146 | + * Constants to identify associations of variables in the MPI tool information |
| 147 | + * interface |
| 148 | + */ |
| 149 | +$CATEGORY:TOOL_INFO_IFACE_VAR_ASSOCIATIONS$ |
| 150 | + |
| 151 | +/* |
| 152 | + * Constants describing the scope of a control variable in the MPI tool |
| 153 | + * information interface |
| 154 | + */ |
| 155 | +$CATEGORY:TOOL_INFO_IFACE_VAR_SCOPES$ |
| 156 | + |
| 157 | +/* Performance variable classes used by the MPI tool information interface */ |
| 158 | +$CATEGORY:TOOL_INFO_IFACE_PVAR_CLASSES$ |
| 159 | + |
| 160 | +/* Source event ordering guarantees in the MPI tool information interface */ |
| 161 | +$CATEGORY:TOOL_INFO_IFACE_SOURCE_ORDERINGS$ |
| 162 | + |
| 163 | +/* |
| 164 | + * Callback safety requirement levels used in the MPI tool information interface |
| 165 | + */ |
| 166 | +$CATEGORY:TOOL_INFO_IFACE_CB_SAFETY_REQ_LEVELS$ |
0 commit comments