aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@10716dce-81a3-4424-a2c8-48026a0d3035>2012-07-21 10:43:37 +0000
committereschnett <eschnett@10716dce-81a3-4424-a2c8-48026a0d3035>2012-07-21 10:43:37 +0000
commit4516a01d677031be4af9f0b6221cec2b3c258126 (patch)
tree03eb443581e09f64b66b83314867db37f5c8582e
parent5e6b42e3f9ea3bd55cd56b2b254d44d320f6f138 (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/PUGHSlab/trunk@157 10716dce-81a3-4424-a2c8-48026a0d3035
-rw-r--r--configuration.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 32f0e5b..1878c80 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,3 +2,7 @@
# $Header$
REQUIRES PUGH
+
+OPTIONAL MPI
+{
+}