-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fabtests/configure, efa: call provider specific configure #10420
Conversation
This should fix Intel CI issue that cannot build efa specific fabtests |
e181267
to
079676c
Compare
079676c
to
90875a2
Compare
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 |
The build that is failing now is SHMEM middleware. Its not finding stdlib.h... im going to re-run |
90875a2
to
e34ac10
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes the issue I'm seeing - thanks!
Create efa provider's own configure.m4 and make configure.ac call it. Build efa_rdma_checker conditionally when all symbols are available. Signed-off-by: Shi Jin <sjina@amazon.com>
e34ac10
to
6b359c6
Compare
Create efa provider's own configure.m4 and make configure.ac call it.
Build efa_rdma_checker conditionally when all symbols are available.