-
Notifications
You must be signed in to change notification settings - Fork 936
configure: fix lustre detection #6080
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
configure: fix lustre detection #6080
Conversation
…ound The result of this test was previously and incorrectly ignored. Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
use -I$ompi_check_lustre_dir/include in order to correctly support configure --with-lustre Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
|
@edgargabriel could you please review this ? also, do you have any recollection why we
|
|
@ggouaillardet sorry for the delay: the OPAL_LOG_COMMAND was not introduced by me, if I recall correctly @jsquyres added a fix sometime in spring, maybe it stems from his commit. |
|
I'll only point out that ROMIO does this differently (not to say correctly/incorrectly). Autotools guidelines say header files and libraries should be passed in as part of CFLAGS, LIBS, and LDFLAGS, and the --with-whatever argument is for... I don't know something else. I find the distinction annoying, personally, but have tried to stick to "the autotools way". |
|
from personal experience, |
|
@roblatham00 Which looks for And as for the difference between |
|
:bot:ompi:retest |
|
bot:ompi:retest |
No description provided.