aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2012-07-21 10:42:10 +0000
committereschnett <eschnett@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2012-07-21 10:42:10 +0000
commit60b19a248224450e4fae2331654aac0f1c67628f (patch)
tree0c1d0fd6245b0714c3d7303e26561ff372eeaf06
parentfdc1b9f3b1006c0e58cbf68af3ee597e53b5fc86 (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.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@88 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
-rw-r--r--configuration.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 917db8b..ba2172a 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,3 +2,7 @@
# $Header$
REQUIRES HTTPD IOUTIL
+
+OPTIONAL MPI
+{
+}