1
1
Jeff Squyres 345c07a252 usnic: require libfabric >= v1.3 at run time
There are critical usnic libfabric AV insert bugs before v1.3, so
don't allow any version prior to v1.3 at run time (still allow
*compiling* with earlier versions, though, since the ABI guarantees
allow us to compile with an earlier libfabric and run with a later
libfabric).

Switch to using fi_version() to check the version (instead of calling
fi_getinfo()) as a potentially lighter-weight / simpler solution.
This allows us to only call fi_getinfo() once.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2016-10-03 11:59:41 -07:00
..
2016-05-27 08:22:13 -06:00
2016-05-25 14:25:07 -06:00
2015-06-23 20:59:57 -07:00
2016-06-02 19:21:34 -06:00
2015-06-23 20:59:57 -07:00