From bbe99176a92b7596407d2985300810b2f6dcd74d Mon Sep 17 00:00:00 2001 From: noraabiakar <nora.abiakar@gmail.com> Date: Fri, 13 Jul 2018 16:37:24 +0200 Subject: [PATCH] fix to compile bench without mpi (#533) --- example/bench/bench.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/bench/bench.cpp b/example/bench/bench.cpp index b1ada307..40414176 100644 --- a/example/bench/bench.cpp +++ b/example/bench/bench.cpp @@ -19,7 +19,9 @@ #include <aux/ioutil.hpp> #include <aux/json_meter.hpp> +#ifdef ARB_MPI_ENABLED #include <aux/with_mpi.hpp> +#endif #include "parameters.hpp" #include "recipe.hpp" -- GitLab