This software is licensed under the BSD 3-clause license: see LICENSE.
- Copy or link to desired build configuration to
make.incin the top level directory, e.g.:
ln -s make/Makefile.workstation.inc make.inc
- Edit module, compiler, and build options as appropriate.
- Execute make command:
make -j <N>. - Executables '*.x' will be created in the top level directory for 1D and 2D versions of the code.
- A bash environment can be setup to run the executables through the generated
setenv.shfile. E.g., run
source setenv.sh