ofiwg / libfabric

Open Fabric Interfaces
http://libfabric.org/
Other
555 stars 376 forks source link

fabtests/configure, efa: call provider specific configure #10420

Closed shijin-aws closed 5 days ago

shijin-aws commented 6 days ago

Create efa provider's own configure.m4 and make configure.ac call it. Build efa_rdma_checker conditionally when all symbols are available.

shijin-aws commented 6 days ago

This should fix Intel CI issue that cannot build efa specific fabtests

zachdworkin commented 6 days ago

The current Intel CI run looks okay with just this change applied. I will test it in combination with the other one now

zachdworkin commented 6 days ago

The current Intel CI run looks okay with just this change applied. I will test it in combination with the other one now

the --enable-efa=no option and these changes both allow fabtests to be built on our node which is missing the package

zachdworkin commented 6 days ago

The build that is failing now is SHMEM middleware. Its not finding stdlib.h... im going to re-run