aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-03 16:22:00 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:48 +0000
commit69f2889efbc84f03addcf716893f0b9270b9abfd (patch)
tree10b4f11a3050bdc9507a888d2c7b806c9db392ca /Carpet/Carpet/src/variables.hh
parent3481b98cb0d357b226255254f98cda8193764614 (diff)
Carpet: Remove dependency on LoopControl; use NoMPI
Diffstat (limited to 'Carpet/Carpet/src/variables.hh')
-rw-r--r--Carpet/Carpet/src/variables.hh10
1 files changed, 7 insertions, 3 deletions
diff --git a/Carpet/Carpet/src/variables.hh b/Carpet/Carpet/src/variables.hh
index 61ac33cc2..661986a14 100644
--- a/Carpet/Carpet/src/variables.hh
+++ b/Carpet/Carpet/src/variables.hh
@@ -12,11 +12,15 @@
#ifndef VARIABLES_HH
#define VARIABLES_HH
-#include <vector>
+#include <cctk.h>
-#include <mpi.h>
+#include <vector>
-#include <cctk.h>
+#ifdef CCTK_MPI
+# include <mpi.h>
+#else
+# include "nompi.h"
+#endif
#include <bbox.hh>
#include <data.hh>