-
Run
mkdir build && cd build && cmake ..
. -
Run
make clean && make -jN
(where N is the number of cores). -
Run
./lbm
Load required modules
module load cmake/3.16.1
module load gcc/7.3.0
module load cuda/11.0
Then compile following the instructions above.