-
Notifications
You must be signed in to change notification settings - Fork 572
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
Kokkos: configure error on SuperMUC-NG w/ Intel compiler #12778
Comments
And the full configure log: Full configure log``` source ../config/do-configure-trilinos_frosch_intel_32bitConfiguring Trilinos build directory -- PROJECT_SOURCE_DIR='/hppfs/work/pn73qi/di46sew/trilinos/src-trilinos' Setting up major user options ... -- The Current CXX Standard is : 17 *** NOTE: Setting Trilinos_ENABLE_PyTrilinos=OFF because BUILD_SHARED_LIBS=OFF! -- Setting Trilinos_ENABLE_TriKota=OFF because '/hppfs/work/pn73qi/di46sew/trilinos/src-trilinos/packages/TriKota/Dakota' does not exist! Trilinos repos versions:*** Base Git Repo: Trilinos
|
Here are some details to reproduce: SHA1 of merge-base with Activated modules:
Configure script:
|
Seems CMake doesn't know the compiler. I believe this is a CMake problem, not a Trilinos issue. You could set the compiler directly instead of the MPI wrapper and see if that helps. Or look at the installed CMake and see where the compilers are defined. |
@mayrmt You might also ask on the Kokkos slack channel. |
Solved by using a newer version of CMake. |
@cgcgcg does this mean, that the minimally required version of CMake needs to be raised? |
@mayrmt Well, actually we change the spack module on SuperMUC, which resulted in a whole different set of modules available in the list. Then, the cmake module loaded by default worked. I have not checked this, but I am not sure if the version of the Intel compiler also changed with this. |
Question
@trilinos/kokkos
@searhein and I are trying to build Trilinos on SuperMUC-NG (https://doku.lrz.de/supermuc-ng-10745965.html). We obtain the following error during configuration:
What are we missing?
The text was updated successfully, but these errors were encountered: