ofi-cray / libfabric-cray

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

prov/gni: remove test of deprecated interfaces #1412

Closed hppritcha closed 7 years ago

hppritcha commented 7 years ago

The gnu compiler kept complaining about the criterion tests that test the various size_left interfaces. Ifdef the offending test out. the GNI provider and its criterion tests now compile without warning using gcc 7.2.0 with this commit.

Signed-off-by: Howard Pritchard howardp@lanl.gov