aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@1c20744c-e24a-42ec-9533-f5004cb800e5>2012-07-21 10:43:12 +0000
committereschnett <eschnett@1c20744c-e24a-42ec-9533-f5004cb800e5>2012-07-21 10:43:12 +0000
commit342c0e60fdee8cadea55cafad8aac174006e538d (patch)
tree1ee2ce72dbb3ab0d07bfda82ff10c06ff3aee319
parent0edc2995bc75dd0e88a4dcff15bd32a003b38ba1 (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/PUGHInterp/trunk@103 1c20744c-e24a-42ec-9533-f5004cb800e5
-rw-r--r--configuration.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 8faa821..4839faa 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,3 +2,7 @@
# $Header$
REQUIRES PUGH
+
+OPTIONAL MPI
+{
+}