-
Notifications
You must be signed in to change notification settings - Fork 565
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
New Nalu Trilinos config issues #12326
Comments
After a bisect, I see the following (any ideas @bartlettroscoe - since I cannot locate [email protected] github user name)... Note, this bisect may be flawed as I have never tried one on a config breakage... 5cdb42c is the first bad commit
:100644 100644 99d17f564f405d80de4078bd7d705bc22158557c d3bfc048ea2070165b65b1e00dc091203f80bdd6 M CMakeLists.txt |
Adding @srbdev |
@trilinos/framework Can someone help @spdomin out? |
@spdomin, this is a known issue when moving to the usage of the standard CMake module and the underlying issue: NOTE: Albany had the exact same issue: Is Nalu getting compilers from Trilinos by calling As for getting compilers from Trilinos, consider: |
@bartlettroscoe, yes, Nalu wants to be built after Trilinos and "inherit" all of what Trilinos used. Your suggestion above (as with the Albany suggestion of moving project() first) seems to work. I will process a push, and a nightly test process soon... I will need to digest the other suggestions you provided above. |
@spdomin, if Nalu wants to keep pulling compilers from installed Trilinos, you should chime in to: and let Trilinos know. CUDA and GNUInstallDirs.cmake makes it unattractive to try to get compilers from Trilinos moving forward. |
Given: NaluCFD/Nalu#664
|
Greetings,
On 09/20/2023, our Nalu/Trilinos nightly process began to fail. As I was out of the lab, I was unable to report the issue.
The Nalu configuration error is as follows and something that is commonly seen when a configuration step failed in Trilinos and the Trilinos installation directory was not set up properly,
However, if I look at this path, I see a legit structure:
Just like a lagged version:
Moreover, the structures seem filled (/bin shown as an example):
and
Any help would be appreciated. I can probably perform a bisect as well....
Steps to Reproduce
Bad:
Good:
The text was updated successfully, but these errors were encountered: