ofiwg / libfabric

Open Fabric Interfaces

Home Page:http://libfabric.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multinode tests can only be run with tcp provider

grom72 opened this issue · comments

It is impossible to set verbs provider with -p argument as it is always overwritten by the setup_hints() function:

hints->fabric_attr->prov_name = strdup("tcp");