1
1

- put the label to the right place

This commit was SVN r15699.
Этот коммит содержится в:
Sven Stork 2007-07-31 09:34:41 +00:00
родитель a13d2dcb96
Коммит fd778a5539

Просмотреть файл

@ -679,8 +679,8 @@ int mca_bml_r2_del_btl(mca_btl_base_module_t* btl)
mca_bml_r2.num_btl_progress--;
}
/* cleanup */
CLEANUP:
btl->btl_finalize(btl);
CLEANUP:
free(procs);
return OMPI_SUCCESS;
}