ofi-cray / libfabric-cray

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

prov/gni: Easier scalable key selection #1407

Closed jswaro closed 6 years ago

jswaro commented 6 years ago

This feature allows application writers to choose keys that do not need to be unique between ranks on the same node. Prior to this feature, memory keys chosen by ranks on the same node were required to be unique.

Signed-off-by: James Swaro jswaro@cray.com

@hppritcha @chuckfossen closes #1244