From 60b19a248224450e4fae2331654aac0f1c67628f Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 21 Jul 2012 10:42:10 +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/CactusConnect/HTTPDExtra/trunk@88 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1 --- configuration.ccl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.ccl b/configuration.ccl index 917db8b..ba2172a 100644 --- a/configuration.ccl +++ b/configuration.ccl @@ -2,3 +2,7 @@ # $Header$ REQUIRES HTTPD IOUTIL + +OPTIONAL MPI +{ +} -- cgit v1.2.3