Update the lnm cluster presets to actual current capabilities at the cluster bruteforce#2087
Conversation
|
This is the pipeline in the lnm config repo: https://gitlab.lrz.de/baci/baci-config-lnm/-/pipelines/3124976 |
There was a problem hiding this comment.
Pull request overview
Updates the LNM “bruteforce” CMake preset to better match the cluster environment by adjusting which optional components are enabled during configuration.
Changes:
- Disables Python for the
lnm_bruteforcepreset and removes the preset’s Python root path. - Attempts to disable Trilinos MUMPS/SuperLUDist via preset cache variables.
233c002
The original approach worked. Now I’m checking whether Copilot is correct. This pipeline runs here: https://gitlab.lrz.de/baci/baci-config-lnm/-/pipelines/3125476 |
davidrudlstorfer
left a comment
There was a problem hiding this comment.
Thanks for also trying out the new suggestion :)
actual current capabilities at the cluster bruteforce.
233c002 to
3893f7f
Compare
|
Also, the second pipeline passed. So I squashed the commits, and we go with the Copilot suggestion. |
Description and Context
As the title states.