From 65a81b657737c1e50d8481c0dc2a14be858745fb Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 21 Jul 2012 10:42:30 +0000 Subject: 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 --- configuration.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { } -- cgit v1.2.3