Skip to content
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

Adding ofi include to CPPFLAGS so that configure can check fabric.h #8093

Merged
merged 1 commit into from
Oct 15, 2020

Conversation

dancejic
Copy link
Contributor

configure was previously failing to check for the fi_info.nic struct because
fabric.h relied on other header files in the ofi/include dir. This adds that
include to CPPFLAGS before running that check so that configure can check for
the struct.

Signed-off-by: Nikola Dancejic dancejic@amazon.com

…ric.h

configure was previously failing to check for the fi_info.nic struct because
fabric.h relied on other header files in the ofi/include dir. This adds that
include to CPPFLAGS before running that check so that configure can check for
the struct.

Signed-off-by: Nikola Dancejic <dancejic@amazon.com>
@jsquyres jsquyres merged commit 32dc9f6 into open-mpi:master Oct 15, 2020
@jsquyres
Copy link
Member

@dancejic Does this commit also need to be ported to the v4.0.x and v4.1.x branches?

@dancejic
Copy link
Contributor Author

yes, I'll open PRs for those as well.

@jsquyres
Copy link
Member

jsquyres commented Oct 15, 2020

@dancejic Make sure to register for Hacktoberfest 😉

@dancejic
Copy link
Contributor Author

Looks like the multi-NIC code isn't in 4.0.x, but I did open a PR for 4.1.x: #8094.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants