1
1

init mtu parameter when no warn is set.

This commit was SVN r11388.
Этот коммит содержится в:
Gleb Natapov 2006-08-24 10:42:42 +00:00
родитель 10fe79499b
Коммит 21e99cd334

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

@ -317,8 +317,8 @@ static int init_one_hca(opal_list_t *btl_list, struct ibv_device* ib_dev)
orte_system_info.nodename,
hca->ib_dev_attr.vendor_id,
hca->ib_dev_attr.vendor_part_id);
hca->mtu = mca_btl_openib_component.ib_mtu;
}
hca->mtu = mca_btl_openib_component.ib_mtu;
} else if (OMPI_SUCCESS != ret) {
/* We had some other error that wasn't good -- we should abort
upwards */