1
1

btl/openib: don't complain about no NICs

Since openib is on its long, slow way out the door, don't let it
complain about not being able to find any NICs at run time.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Jeff Squyres 2018-09-06 11:26:58 -07:00
родитель 5b9a24f13b
Коммит 098ec55e37

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

@ -2808,7 +2808,6 @@ btl_openib_component_init(int *num_btl_modules,
ib_devs = opal_ibv_get_device_list(&num_devs);
if(0 == num_devs || NULL == ib_devs) {
mca_btl_base_error_no_nics("OpenFabrics (openib)", "device");
goto no_btls;
}