@@ -97,74 +97,73 @@ mca_base_event_list_item_t mca_pml_ob1_events[] = {
97
97
[MCA_PML_OB1_EVENT_MESSAGE_ARRIVED ] = {.name = "message_arrived" , .desc = "Message arrived for match" ,
98
98
.verbosity = OPAL_INFO_LVL_5 , .datatypes = mca_pml_ob1_match_hdr_types ,
99
99
.offsets = mca_pml_ob1_match_hdr_offsets , .num_datatypes = 4 ,
100
- .elements = mca_pml_ob1_match_hdr_names , .extent = 12 , . bind = MCA_BASE_VAR_BIND_MPI_COMM },
100
+ .elements = mca_pml_ob1_match_hdr_names , .bind = MCA_BASE_VAR_BIND_MPI_COMM },
101
101
102
102
[MCA_PML_OB1_EVENT_SEARCH_POSTED_BEGIN ] = {.name = "search_posted_begin" , .desc = "Begin searching posted message queue" ,
103
103
.verbosity = OPAL_INFO_LVL_5 , .datatypes = & mca_pml_ob1_match_hdr_types [1 ],
104
104
.offsets = & mca_pml_ob1_match_hdr_offsets [1 ], .num_datatypes = 3 ,
105
- .elements = & mca_pml_ob1_match_hdr_names [1 ], .extent = 8 , . bind = MCA_BASE_VAR_BIND_MPI_COMM },
105
+ .elements = & mca_pml_ob1_match_hdr_names [1 ], .bind = MCA_BASE_VAR_BIND_MPI_COMM },
106
106
107
107
[MCA_PML_OB1_EVENT_SEARCH_POSTED_END ] = {.name = "search_posted_end" , .desc = "Finished searching posted message queue" ,
108
108
.verbosity = OPAL_INFO_LVL_5 , .datatypes = & mca_pml_ob1_match_hdr_types [1 ],
109
109
.offsets = & mca_pml_ob1_match_hdr_offsets [1 ], .num_datatypes = 3 ,
110
- .elements = & mca_pml_ob1_match_hdr_names [1 ], .extent = 8 , . bind = MCA_BASE_VAR_BIND_MPI_COMM },
110
+ .elements = & mca_pml_ob1_match_hdr_names [1 ], .bind = MCA_BASE_VAR_BIND_MPI_COMM },
111
111
112
112
[MCA_PML_OB1_EVENT_SEARCH_UNEX_BEGIN ] = {.name = "search_unexpected_begin" , .desc = "Begin searching unexpected message queue" ,
113
113
.verbosity = OPAL_INFO_LVL_5 , .datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super },
114
114
.offsets = & (unsigned long ) {0 }, .num_datatypes = 1 , .elements = mca_pml_ob1_request_element ,
115
- .extent = sizeof ( MPI_Aint ), . bind = MCA_BASE_VAR_BIND_MPI_COMM },
115
+ .bind = MCA_BASE_VAR_BIND_MPI_COMM },
116
116
117
117
[MCA_PML_OB1_EVENT_SEARCH_UNEX_END ] = {.name = "search_unexpected_end" , .desc = "Finished searching unexpected message queue" ,
118
118
.verbosity = OPAL_INFO_LVL_5 , .datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super },
119
119
.offsets = & (unsigned long ) {0 }, .num_datatypes = 1 , .elements = mca_pml_ob1_request_element ,
120
- .extent = sizeof ( MPI_Aint ), . bind = MCA_BASE_VAR_BIND_MPI_COMM },
120
+ .bind = MCA_BASE_VAR_BIND_MPI_COMM },
121
121
122
122
[MCA_PML_OB1_EVENT_POSTED_INSERT ] = {.name = "posted_insert" , .desc = "Added request to the posted message queue" ,
123
123
.verbosity = OPAL_INFO_LVL_5 , .datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super },
124
124
.offsets = & (unsigned long ) {0 }, .num_datatypes = 1 , .elements = mca_pml_ob1_request_element ,
125
- .extent = sizeof ( MPI_Aint ), . bind = MCA_BASE_VAR_BIND_MPI_COMM },
125
+ .bind = MCA_BASE_VAR_BIND_MPI_COMM },
126
126
127
127
[MCA_PML_OB1_EVENT_POSTED_REMOVE ] = {.name = "posted_remove" , .desc = "Remove request from the posted message queue" ,
128
128
.verbosity = OPAL_INFO_LVL_5 , .datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super },
129
129
.offsets = & (unsigned long ) {0 }, .num_datatypes = 1 , .elements = mca_pml_ob1_request_element ,
130
- .extent = sizeof ( MPI_Aint ), . bind = MCA_BASE_VAR_BIND_MPI_COMM },
130
+ .bind = MCA_BASE_VAR_BIND_MPI_COMM },
131
131
132
132
[MCA_PML_OB1_EVENT_UNEX_INSERT ] = {.name = "unex_insert" , .desc = "Unexpected message inserted in queue" , .verbosity = OPAL_INFO_LVL_5 ,
133
133
.datatypes = & mca_pml_ob1_match_hdr_types [1 ], .offsets = & mca_pml_ob1_match_hdr_offsets [1 ],
134
- .num_datatypes = 2 , .elements = & mca_pml_ob1_match_hdr_names [1 ], .extent = 8 , . bind = MCA_BASE_VAR_BIND_MPI_COMM },
134
+ .num_datatypes = 2 , .elements = & mca_pml_ob1_match_hdr_names [1 ], .bind = MCA_BASE_VAR_BIND_MPI_COMM },
135
135
136
136
[MCA_PML_OB1_EVENT_UNEX_REMOVE ] = {.name = "unex_remove" , .desc = "Unexpected message removed from queue" , .verbosity = OPAL_INFO_LVL_5 ,
137
137
.datatypes = & mca_pml_ob1_match_hdr_types [1 ], .offsets = & mca_pml_ob1_match_hdr_offsets [1 ],
138
- .num_datatypes = 2 , .elements = & mca_pml_ob1_match_hdr_names [1 ], .extent = 8 , . bind = MCA_BASE_VAR_BIND_MPI_COMM },
138
+ .num_datatypes = 2 , .elements = & mca_pml_ob1_match_hdr_names [1 ], .bind = MCA_BASE_VAR_BIND_MPI_COMM },
139
139
140
140
[MCA_PML_OB1_EVENT_TRANSFER_BEGIN ] = {.name = "transfer_begin" , .desc = "Transfer has begun" , .verbosity = OPAL_INFO_LVL_5 ,
141
141
.datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super }, .offsets = & (unsigned long ) {0 }, .num_datatypes = 1 ,
142
- .elements = mca_pml_ob1_request_element , .extent = sizeof ( MPI_Aint ), . bind = MCA_BASE_VAR_BIND_MPI_COMM },
142
+ .elements = mca_pml_ob1_request_element , .bind = MCA_BASE_VAR_BIND_MPI_COMM },
143
143
144
144
[MCA_PML_OB1_EVENT_TRANSFER ] = {.name = "transfer" , .desc = "Transfer event" , .verbosity = OPAL_INFO_LVL_5 ,
145
145
.datatypes = mca_pml_ob1_request_size_types , .offsets = mca_pml_ob1_request_size_offsets , .num_datatypes = 2 ,
146
- .elements = mca_pml_ob1_request_size_elements , .extent = sizeof (mca_pml_ob1_transfer_event_t ),
147
- .bind = MCA_BASE_VAR_BIND_MPI_COMM },
146
+ .elements = mca_pml_ob1_request_size_elements , .bind = MCA_BASE_VAR_BIND_MPI_COMM },
148
147
149
148
[MCA_PML_OB1_EVENT_TRANSFER_END ] = {.name = "transfer_end" , .desc = "Transfer has completed" , .verbosity = OPAL_INFO_LVL_5 ,
150
149
.datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super }, .offsets = & (unsigned long ) {0 }, .num_datatypes = 1 ,
151
- .elements = mca_pml_ob1_request_element , .extent = sizeof ( MPI_Aint ), . bind = MCA_BASE_VAR_BIND_MPI_COMM },
150
+ .elements = mca_pml_ob1_request_element , .bind = MCA_BASE_VAR_BIND_MPI_COMM },
152
151
153
152
[MCA_PML_OB1_EVENT_RECEIVE_CANCELED ] = {.name = "cancel" , .desc = "Receive request canceled" , .verbosity = OPAL_INFO_LVL_5 ,
154
153
.datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super }, .offsets = & (unsigned long ) {0 }, .num_datatypes = 1 ,
155
- .elements = mca_pml_ob1_request_element , .extent = sizeof ( MPI_Aint ), . bind = MCA_BASE_VAR_BIND_MPI_COMM },
154
+ .elements = mca_pml_ob1_request_element , .bind = MCA_BASE_VAR_BIND_MPI_COMM },
156
155
157
156
[MCA_PML_OB1_EVENT_REQUEST_FREE ] = {.name = "free" , .desc = "Request object freed" , .verbosity = OPAL_INFO_LVL_5 ,
158
157
.datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super }, .offsets = & (unsigned long ) {0 }, .num_datatypes = 1 ,
159
- .elements = mca_pml_ob1_request_element , .extent = sizeof ( MPI_Aint ), . bind = MCA_BASE_VAR_BIND_MPI_COMM },
158
+ .elements = mca_pml_ob1_request_element , .bind = MCA_BASE_VAR_BIND_MPI_COMM },
160
159
161
160
[MCA_PML_OB1_EVENT_REQUEST_ACTIVATE ] = {.name = "request_activate" , .desc = "Request activated" , .verbosity = OPAL_INFO_LVL_5 ,
162
161
.datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super }, .offsets = & (unsigned long ) {0 }, .num_datatypes = 1 ,
163
- .elements = mca_pml_ob1_request_element , .extent = sizeof ( MPI_Aint ), . bind = MCA_BASE_VAR_BIND_MPI_COMM },
162
+ .elements = mca_pml_ob1_request_element , .bind = MCA_BASE_VAR_BIND_MPI_COMM },
164
163
165
164
[MCA_PML_OB1_EVENT_REQUEST_COMPLETE ] = {.name = "request_complete" , .desc = "Request completed" , .verbosity = OPAL_INFO_LVL_5 ,
166
165
.datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super }, .offsets = & (unsigned long ) {0 }, .num_datatypes = 1 ,
167
- .elements = mca_pml_ob1_request_element , .extent = sizeof ( MPI_Aint ), . bind = MCA_BASE_VAR_BIND_MPI_COMM },
166
+ .elements = mca_pml_ob1_request_element , .bind = MCA_BASE_VAR_BIND_MPI_COMM },
168
167
};
169
168
170
169
mca_pml_base_component_2_1_0_t mca_pml_ob1_component = {
0 commit comments