Conversation
pearzt
left a comment
There was a problem hiding this comment.
So far, we have defined (almost) all CMake options in the top-level CMakeLists.txt (although there are a few exceptions tbf). Is this something we want to keep up? No strong opinion from my side, but I think if there is no central file where we define options, I guess we should add an overview table in a README. Not something that should stop us from merging this as soon as the CI is fixed, though.
That's something we can maybe discuss in the next meeting. For now, I'm changing this to a draft because the CI failures are confusing me 😅 |
I think the reason integration tests fail is that when A simple fix would be to have a global variable |
Thanks for the investigation, that sounds like it could be the issue |
use mpicxx for all testfiles if mpi is enabled
This patch cleans up the CMake options related to CGPatch.
Changes:
project()declaration in CGPatch CMakeLIsts.txt(I closed the previous PR because I accidentally pushed the branch to this repo instead of my fork.)