@@ -99,74 +99,73 @@ mca_base_event_list_item_t mca_pml_ob1_events[] = {
9999 [MCA_PML_OB1_EVENT_MESSAGE_ARRIVED ] = {.name = "message_arrived" , .desc = "Message arrived for match" ,
100100 .verbosity = OPAL_INFO_LVL_5 , .datatypes = mca_pml_ob1_match_hdr_types ,
101101 .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 },
103103
104104 [MCA_PML_OB1_EVENT_SEARCH_POSTED_BEGIN ] = {.name = "search_posted_begin" , .desc = "Begin searching posted message queue" ,
105105 .verbosity = OPAL_INFO_LVL_5 , .datatypes = & mca_pml_ob1_match_hdr_types [1 ],
106106 .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 },
108108
109109 [MCA_PML_OB1_EVENT_SEARCH_POSTED_END ] = {.name = "search_posted_end" , .desc = "Finished searching posted message queue" ,
110110 .verbosity = OPAL_INFO_LVL_5 , .datatypes = & mca_pml_ob1_match_hdr_types [1 ],
111111 .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 },
113113
114114 [MCA_PML_OB1_EVENT_SEARCH_UNEX_BEGIN ] = {.name = "search_unexpected_begin" , .desc = "Begin searching unexpected message queue" ,
115115 .verbosity = OPAL_INFO_LVL_5 , .datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super },
116116 .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 },
118118
119119 [MCA_PML_OB1_EVENT_SEARCH_UNEX_END ] = {.name = "search_unexpected_end" , .desc = "Finished searching unexpected message queue" ,
120120 .verbosity = OPAL_INFO_LVL_5 , .datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super },
121121 .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 },
123123
124124 [MCA_PML_OB1_EVENT_POSTED_INSERT ] = {.name = "posted_insert" , .desc = "Added request to the posted message queue" ,
125125 .verbosity = OPAL_INFO_LVL_5 , .datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super },
126126 .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 },
128128
129129 [MCA_PML_OB1_EVENT_POSTED_REMOVE ] = {.name = "posted_remove" , .desc = "Remove request from the posted message queue" ,
130130 .verbosity = OPAL_INFO_LVL_5 , .datatypes = & (opal_datatype_t * ) {& ompi_mpi_aint .dt .super },
131131 .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 },
133133
134134 [MCA_PML_OB1_EVENT_UNEX_INSERT ] = {.name = "unex_insert" , .desc = "Unexpected message inserted in queue" , .verbosity = OPAL_INFO_LVL_5 ,
135135 .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 },
137137
138138 [MCA_PML_OB1_EVENT_UNEX_REMOVE ] = {.name = "unex_remove" , .desc = "Unexpected message removed from queue" , .verbosity = OPAL_INFO_LVL_5 ,
139139 .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 },
141141
142142 [MCA_PML_OB1_EVENT_TRANSFER_BEGIN ] = {.name = "transfer_begin" , .desc = "Transfer has begun" , .verbosity = OPAL_INFO_LVL_5 ,
143143 .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 },
145145
146146 [MCA_PML_OB1_EVENT_TRANSFER ] = {.name = "transfer" , .desc = "Transfer event" , .verbosity = OPAL_INFO_LVL_5 ,
147147 .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 },
150149
151150 [MCA_PML_OB1_EVENT_TRANSFER_END ] = {.name = "transfer_end" , .desc = "Transfer has completed" , .verbosity = OPAL_INFO_LVL_5 ,
152151 .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 },
154153
155154 [MCA_PML_OB1_EVENT_RECEIVE_CANCELED ] = {.name = "cancel" , .desc = "Receive request canceled" , .verbosity = OPAL_INFO_LVL_5 ,
156155 .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 },
158157
159158 [MCA_PML_OB1_EVENT_REQUEST_FREE ] = {.name = "free" , .desc = "Request object freed" , .verbosity = OPAL_INFO_LVL_5 ,
160159 .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 },
162161
163162 [MCA_PML_OB1_EVENT_REQUEST_ACTIVATE ] = {.name = "request_activate" , .desc = "Request activated" , .verbosity = OPAL_INFO_LVL_5 ,
164163 .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 },
166165
167166 [MCA_PML_OB1_EVENT_REQUEST_COMPLETE ] = {.name = "request_complete" , .desc = "Request completed" , .verbosity = OPAL_INFO_LVL_5 ,
168167 .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 },
170169};
171170
172171mca_pml_base_component_2_1_0_t mca_pml_ob1_component = {
0 commit comments