You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs for fi_getinfo state the following, emphasis mine:
FLAGS
FI_PROV_ATTR_ONLY
Indicates that the caller is only querying for what providers are potentially available. All providers will return exactly one fi_info struct, regardless of whether that provider is usable on the current platform or not. The returned fi_info struct will contain default values for all members, with the exception of fabric_attr. The fabric_attr member will have the prov_name and prov_version values filled in.
EFA fails to appear in the results unconditionally.
Describe the bug
Docs for
fi_getinfo
state the following, emphasis mine:EFA fails to appear in the results unconditionally.
To Reproduce
Test program:
Example output on a host where no EFA devices are present:
Example output on a host where EFA is available:
$ ssh host-with-efa-available '(./asdftest | grep "prov/efa") || echo "EFA not in output!"' prov/efa: 1.22
The text was updated successfully, but these errors were encountered: