Skip to content

Reply To: D3Q27 lattice

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 D3Q27 lattice Reply To: D3Q27 lattice

#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