ofi-cray / libfabric-cray

Open Fabric Interfaces
http://ofiwg.github.io/libfabric/
Other
16 stars 9 forks source link

GNI provider does not fully observe FI_LOCAL_MR #1393

Open jswaro opened 6 years ago

jswaro commented 6 years ago

In the messaging code, the sendv and recvv code does not appear to observe the mode bit.

If a descriptor or set of descriptors is not passed in, we register the memory even if the provider is not responsible for doing so.

Alternatively, the provider does not ignore the descriptors if passed in, when the mode bit is set.