ofiwg / libfabric

Open Fabric Interfaces

Home Page:http://libfabric.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FI_CLAIM - how to determine if a provider supports this flag

hppritcha opened this issue · comments

Is there a way via perhaps the info struct returned from fi_getinfo, to determine whether a provider supports the FI_PEEK and FI_CLAIM flags?

Providers that support tagged messaging are supposed to support FI_PEEK and FI_CLAIM. Do you find an exception?

Thanks @j-xiong for this quick response.