This directory is used to test MPI with Astaroth. Building (in the base astaroth directory): cmake -DBUILD_SAMPLES=ON -DMPI_ENABLED=ON -DCMAKE_CXX_COMPILER=$(which mpicxx) .. && make -j Running: mpirun -np ./mpitest or srun ./mpitest # With slurm or a batch script of your choice