Fix compiler warning.
This commit was SVN r13148.
Этот коммит содержится в:
родитель
3534fde554
Коммит
52e8089600
@ -107,7 +107,7 @@ int mca_pml_dr_add_procs(ompi_proc_t** procs, size_t nprocs)
|
|||||||
ompi_bitmap_t reachable;
|
ompi_bitmap_t reachable;
|
||||||
struct mca_bml_base_endpoint_t **bml_endpoints = NULL;
|
struct mca_bml_base_endpoint_t **bml_endpoints = NULL;
|
||||||
int rc;
|
int rc;
|
||||||
int32_t i;
|
size_t i;
|
||||||
|
|
||||||
if(nprocs == 0)
|
if(nprocs == 0)
|
||||||
return OMPI_SUCCESS;
|
return OMPI_SUCCESS;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user