From 4955672fc369baa88c83708838b8aef5502f8399 Mon Sep 17 00:00:00 2001 From: paboyle Date: Thu, 20 Oct 2016 16:57:00 +0100 Subject: [PATCH] MPI3 --- lib/Cshift.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Cshift.h b/lib/Cshift.h index bbc56cae..4eeb6cea 100644 --- a/lib/Cshift.h +++ b/lib/Cshift.h @@ -38,6 +38,10 @@ Author: Peter Boyle #include #endif +#ifdef GRID_COMMS_MPI3 +#include +#endif + #ifdef GRID_COMMS_SHMEM #include // uses same implementation of communicator #endif