aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@b61c5cb5-eaca-4651-9a7a-d64986f99364>2012-07-21 10:42:51 +0000
committereschnett <eschnett@b61c5cb5-eaca-4651-9a7a-d64986f99364>2012-07-21 10:42:51 +0000
commit9ea52d5b4ec5f59b267f6b74ea52d03166eee2c9 (patch)
tree665908df724c4a12ebcae863a1d738861bcac317
parentc438704e6d1d796f42f78cd57917c60bd0e951fe (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/PUGH/trunk@516 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--configuration.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 27cda50..1a5e567 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -6,3 +6,7 @@ PROVIDES PUGH
SCRIPT
LANG
}
+
+OPTIONAL MPI
+{
+}