[libfabric-users] troubled by FI_SOURCE use
Hefty, Sean
sean.hefty at intel.com
Tue Mar 12 17:33:15 PDT 2019
> >This is using the sockets provider. Can you update to a newer version of
> libfabric?
> I'm using a recent master. I just forgot to change the FI_VERSION(1,4) to
> FI_VERSION(MAJOR,MINOR) in my get info call. It comes out as 1.7 now
I realize this is a test app, but you almost never want to use FI_VERSION(MAJOR,MINOR). Otherwise, if you build with a newer version of the library, it will assume that the app knows of fields and behavior that was introduced in that version.
More information about the Libfabric-users
mailing list