Reply To: Mixed Mode Compilation issue on HPC
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › Mixed Mode Compilation issue on HPC › Reply To: Mixed Mode Compilation issue on HPC
November 8, 2025 at 9:47 am
#10938
Adrian
Keymaster
So I think I was able to reproduce your exact issue by:
1. fixing the escape issue for GNU Make 4.2.1
2. compiling without GPU support (e.g. by using the default config.mk)
3. Switching on mixed compilation mode GPU support
4. Recompiling just the case, not the core library
5. => linker errors for the same symbols that you got
So your setup should be fixable by executing make clean-core additionally and then rebuilding (forgot to mention this before)
I am still looking into a general fix for the escape issue as escaping the include fixes 4.2.1 but breaks 4.4.1. Will keep you updated.
