aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2012-07-21 10:42:30 +0000
committereschnett <eschnett@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2012-07-21 10:42:30 +0000
commit65a81b657737c1e50d8481c0dc2a14be858745fb (patch)
tree42d76c890c7cb2c4cb27c37b622857052a764706
parent2bef6d0e362febcc6e68fb25e62992b434261b42 (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/CactusNumerical/Slab/trunk@84 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
-rw-r--r--configuration.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 9e327e2..33029fe 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -4,6 +4,6 @@ PROVIDES Slab
{
}
-OPTIONAL LoopControl
+OPTIONAL LoopControl MPI
{
}