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