continue search sorted openib device list if no btls found with nearest HCA.
cmr=v1.7.4:reviewer=jladd This commit was SVN r29725.
Этот коммит содержится в:
родитель
ae8c826527
Коммит
4a311ae9fd
@ -2756,7 +2756,8 @@ btl_openib_component_init(int *num_btl_modules,
|
||||
i < num_devs && (-1 == mca_btl_openib_component.ib_max_btls ||
|
||||
mca_btl_openib_component.ib_num_btls <
|
||||
mca_btl_openib_component.ib_max_btls); i++) {
|
||||
if (distance != dev_sorted[i].distance) {
|
||||
if (0 != mca_btl_openib_component.ib_num_btls &&
|
||||
distance != dev_sorted[i].distance) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user