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
As of now, Cornelis's OPX abides by the libfabric manpage which states "The capabilities (rx or tx) must be a subset of those requested of the associated endpoint."
As of now, Cornelis's OPX abides by the libfabric manpage which states "The capabilities (rx or tx) must be a subset of those requested of the associated endpoint."
In the past we addressed this #1080, however I just realized that on line 1393 of src/transport_ofi.c https://github.com/Sandia-OpenSHMEM/SOS/blob/main/src/transport_ofi.c#L1393, we are still violating the libfabric manpages, which forces failure in OPX.
I'm hoping we can resolve this by:
The text was updated successfully, but these errors were encountered: