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. --- CarpetExtra/CarpetIntegrateTest/configuration.ccl | 1 + CarpetExtra/TestCarpetGridInfo/configuration.ccl | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 CarpetExtra/CarpetIntegrateTest/configuration.ccl create mode 100644 CarpetExtra/TestCarpetGridInfo/configuration.ccl (limited to 'CarpetExtra') diff --git a/CarpetExtra/CarpetIntegrateTest/configuration.ccl b/CarpetExtra/CarpetIntegrateTest/configuration.ccl new file mode 100644 index 000000000..d99fbb9e7 --- /dev/null +++ b/CarpetExtra/CarpetIntegrateTest/configuration.ccl @@ -0,0 +1 @@ +REQUIRES Carpet diff --git a/CarpetExtra/TestCarpetGridInfo/configuration.ccl b/CarpetExtra/TestCarpetGridInfo/configuration.ccl new file mode 100644 index 000000000..ed395d847 --- /dev/null +++ b/CarpetExtra/TestCarpetGridInfo/configuration.ccl @@ -0,0 +1,3 @@ +# Configuration definition for thorn TestCarpetGridInfo + +REQUIRES Carpet -- cgit v1.2.3