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