Open mcfadden8 opened 3 years ago
Added context: although MPI_C is found, MPI_CXX is not … which means that MPI is turned off entirely for the build of the kvtree component, which later impacts the redset component.
With the ecp-veloc/redset@409b347eb5697fbed395026e0fb1ac605c4ec971 by @adammoody, this now passes. Is there any more work we want to do here?
We have two separate issues related to this.
The first issue was a request to change things to require MPI to be found during the configure step. We have now merged a fix for that, so I just closed that issue: https://github.com/LLNL/scr/issues/437.
This issue was created to figure out why the clang/6.0.0 build was failing to find MPI in the first place. At the moment we can't reproduce that, but I don't think it would have been fixed with the above PR. I was keeping this open in case it comes back again. We could close it soon if we can't reproduce. Future work items to add test cases to build against more compilers should provide confidence that it's actually gone.
While clang/6.0.0 fails, switching to gcc works fine.
Steps to reproduce:
ssh quartz
ml clang/6.0.0
git clone git@github.com:LLNL/scr.git && cd scr
./bootstrap.sh
This results in the following build failure:
Looking through the output, it appears that
MPI_C
is found, butMPI_CXX
is not.