Skip to content

Prerequisites to run benchmarks

Prasanna Ponnusamy edited this page Jul 1, 2025 · 3 revisions

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.:
    • mpirun
    • mpiexec

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.

Clone this wiki locally