aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@4ec1db94-0e4f-0410-ada3-8bed251432c9>2012-07-21 10:57:39 +0000
committereschnett <eschnett@4ec1db94-0e4f-0410-ada3-8bed251432c9>2012-07-21 10:57:39 +0000
commit6146adc9bdd384814b652b2fcc247f33a236b1a8 (patch)
tree79dd1e4021774cd69f73594c4d48127ba61b5661
parent089ad18c79e0a32e9edf42b66b4d2418ffc61bac (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/EinsteinInitialData/NoExcision/trunk@36 4ec1db94-0e4f-0410-ada3-8bed251432c9
-rw-r--r--configuration.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..370e1ec
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,5 @@
+# Configuration definition for thorn NoExcision
+
+OPTIONAL Carpet
+{
+}