aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-07-21 13:49:08 +0000
committereschnett <eschnett@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-07-21 13:49:08 +0000
commitbf89395903d088e0a2bb625768181cf29caf75b3 (patch)
tree0c42049c219dc51c8bcf6ad018263e24ade23887 /configuration.ccl
parenta84ba1c5e42eb7a1129d6237aca42da2b1f4601e (diff)
Move MPI support from flesh to a thorn
Move MPI support from flesh to thorn ExternalLibraries/MPI. This also requires thorns that call MPI directly to declare this in their configuration.ccl. Existing configurations using MPI need to include ExternalLibraries/MPI into their thorn list. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@404 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
index e1f7d17..e0cba28 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -3,3 +3,6 @@
REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask ADMMacros
+OPTIONAL Carpet
+{
+}