1
1

Devices that do not support RC QP's are also intentionally skipped;

don't warn about skipping them.

This commit was SVN r28874.
Этот коммит содержится в:
Jeff Squyres 2013-07-19 19:05:18 +00:00
родитель 5d12ab3873
Коммит 3546163c48

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

@ -1619,6 +1619,7 @@ static int init_one_device(opal_list_t *btl_list, struct ibv_device* ib_dev)
ibv_close_device(dev_context);
BTL_VERBOSE(("openib: RC QPs not supported -- skipping %s",
ibv_get_device_name(ib_dev)));
++num_devices_intentionally_ignored;
return OMPI_ERR_NOT_SUPPORTED;
}