Reply To: compile error
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › compile error › Reply To: compile error
December 5, 2024 at 2:23 pm
#9587
Adrian
Keymaster
You are attempting to use the GNU C++ compiler to compile CUDA code (the unrecognized flags are specific to nvcc
). What specifically do you want to do and how did you modify the default config.mk
?