1
1
This commit was SVN r13148.
Этот коммит содержится в:
Jeff Squyres 2007-01-17 14:23:46 +00:00
родитель 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;