Prerequisites to run benchmarks - DLR-AMR/t8code GitHub Wiki
Benchmarks: Prerequisites and Compilation
Prerequisites
To run t8code benchmarks, ensure:
- t8code is installed and compiled with MPI support.
- An MPI execution environment is available, e.g.:
mpirunmpiexec
Compilation
To compile a benchmark, run:
make <benchmark_program>
Example : make t8_time_forest_partition
Ensure that the build system (CMake) includes the benchmark directory during compilation to make all benchmarks available.