- Generate Cartesian mesh
- GNU 10+ or CLang 10+
- OpenMPI v4+
- HDF5 v1.12+
- CMake 3.20+
- create build dir
mkdir build
- execute cmake
cmake ..
- compile the binary
make -j 6
- run bench
./gridgenerator --bench
Set the debug level to run:
- 0 off (default)
- 1 minimal
- 2 normal
- 3 more
- 4 maximum
For example to run with the debug level 3:
./gridgenerator --debug 3
Determines how many extra checks and output is produced!
Set the path to the configuration that is to be used.
Run a benchmark.