From 82bb7832c7904a41b7bfb4d1339650890f273b7a Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 21 Jul 2012 10:43:24 +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/CactusPUGH/PUGHReduce/trunk@101 d60812e6-3970-4df4-986e-c251b06effeb --- configuration.ccl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configuration.ccl') diff --git a/configuration.ccl b/configuration.ccl index 7d53382..80601d8 100644 --- a/configuration.ccl +++ b/configuration.ccl @@ -1,4 +1,8 @@ # Configuration definitions for thorn PUGHReduce # $Header$ -Requires PUGH +REQUIRES PUGH + +OPTIONAL MPI +{ +} -- cgit v1.2.3