Nothing relevant.
This commit was SVN r13044.
Этот коммит содержится в:
родитель
e72b0c1044
Коммит
53ddbe8446
@ -108,14 +108,13 @@ int mca_pml_dr_add_procs(ompi_proc_t** procs, size_t nprocs)
|
||||
struct mca_bml_base_endpoint_t **bml_endpoints = NULL;
|
||||
int rc;
|
||||
int32_t i;
|
||||
size_t j;
|
||||
|
||||
if(nprocs == 0)
|
||||
return OMPI_SUCCESS;
|
||||
|
||||
#if OMPI_ENABLE_HETEROGENEOUS_SUPPORT
|
||||
for (j = 0 ; j < nprocs ; ++j) {
|
||||
if (procs[j]->proc_arch != ompi_proc_local()->proc_arch) {
|
||||
for (i = 0 ; i < nprocs ; ++i) {
|
||||
if (procs[i]->proc_arch != ompi_proc_local()->proc_arch) {
|
||||
return OMPI_ERR_NOT_SUPPORTED;
|
||||
}
|
||||
}
|
||||
@ -200,7 +199,7 @@ int mca_pml_dr_add_procs(ompi_proc_t** procs, size_t nprocs)
|
||||
}
|
||||
/* no longer need this */
|
||||
if ( NULL != bml_endpoints ) {
|
||||
free ( bml_endpoints) ;
|
||||
free ( bml_endpoints);
|
||||
}
|
||||
return rc;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user