aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@d60812e6-3970-4df4-986e-c251b06effeb>2012-07-21 10:43:24 +0000
committereschnett <eschnett@d60812e6-3970-4df4-986e-c251b06effeb>2012-07-21 10:43:24 +0000
commit82bb7832c7904a41b7bfb4d1339650890f273b7a (patch)
treeb154d4b3bfe046ddd56522ee2403ef5e31f5a344
parent2e15500a6f4763d3bb531f47c4ce8102fd401678 (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/CactusPUGH/PUGHReduce/trunk@101 d60812e6-3970-4df4-986e-c251b06effeb
-rw-r--r--configuration.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 7d53382..80601d8 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -1,4 +1,8 @@
# Configuration definitions for thorn PUGHReduce
# $Header$
-Requires PUGH
+REQUIRES PUGH
+
+OPTIONAL MPI
+{
+}