bml/r2 : fix mca_bml_r2_del_procs()
cmr=v1.8.2:reviewer=hjelmn:ticket=trac:4645 This commit was SVN r31830. The following SVN revision numbers were found above: r2 --> open-mpi/ompi@58fdc18855 The following Trac tickets were found above: Ticket 4645 --> https://svn.open-mpi.org/trac/ompi/ticket/4645
Этот коммит содержится в:
родитель
27d3e1ca25
Коммит
ef4548a215
@ -495,7 +495,7 @@ static int mca_bml_r2_del_procs(size_t nprocs,
|
||||
/* notify each r2 that was not in the array of r2s for first fragments */
|
||||
n_size = mca_bml_base_btl_array_get_size(&bml_endpoint->btl_send);
|
||||
for(n_index = 0; n_index < n_size; n_index++) {
|
||||
mca_bml_base_btl_t* bml_btl = mca_bml_base_btl_array_get_index(&bml_endpoint->btl_eager, n_index);
|
||||
mca_bml_base_btl_t* bml_btl = mca_bml_base_btl_array_get_index(&bml_endpoint->btl_send, n_index);
|
||||
mca_btl_base_module_t* btl = bml_btl->btl;
|
||||
if (btl != 0) {
|
||||
rc = btl->btl_del_procs(btl,1,&proc,&bml_btl->btl_endpoint);
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user