From 0f4d6a1958702fc250f107f0d48ef9b58cf296b0 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sat, 21 Jul 2012 12:52:05 +0200 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. --- Carpet/CarpetInterp/configuration.ccl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Carpet/CarpetInterp') diff --git a/Carpet/CarpetInterp/configuration.ccl b/Carpet/CarpetInterp/configuration.ccl index f28a712b8..7584b9774 100644 --- a/Carpet/CarpetInterp/configuration.ccl +++ b/Carpet/CarpetInterp/configuration.ccl @@ -1,5 +1,3 @@ # Configuration definitions for thorn CarpetInterp -REQUIRES Carpet CarpetLib - -REQUIRES THORNS: Carpet CarpetLib +REQUIRES Carpet CarpetLib MPI -- cgit v1.2.3