Reply To: D3Q27 lattice
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › D3Q27 lattice › Reply To: D3Q27 lattice
August 10, 2019 at 10:21 am
#4498
mathias
Keymaster
Yes you need to change the config.mk
BUILDTYPE := precompiled
#BUILDTYPE := generic
to
#BUILDTYPE := precompiled
BUILDTYPE := generic
Then, you need to recompile the entiere code by
make cleanbuild
make
There are section in the user guide. Seaech for “precompiled”.
Best
Mathias