aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2012-07-21 10:41:56 +0000
committereschnett <eschnett@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2012-07-21 10:41:56 +0000
commitfaaa89d036d272585772fd8831311df047be83a4 (patch)
treee19d668bf1c3ea5e81bbe887ef9cb84792c31599
parent4d7166d432e2a70a381c580168cfcb6cebe3cd09 (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/HTTPD/trunk@252 1faa4e14-9dd3-4be0-9f0e-ffe519881164
-rw-r--r--configuration.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 68fd257..0b96334 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -9,3 +9,7 @@ PROVIDES HTTPD
SCRIPT
LANG
}
+
+OPTIONAL MPI
+{
+}