aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-07-21 12:52:05 +0200
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:29 +0100
commit0f4d6a1958702fc250f107f0d48ef9b58cf296b0 (patch)
tree778de429e6686c231c1817452198414ad9d875e7 /CarpetExtra
parent17d3303a4a041e3ec04c93ec4f719744c3e10e0d (diff)
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.
Diffstat (limited to 'CarpetExtra')
-rw-r--r--CarpetExtra/CarpetIntegrateTest/configuration.ccl1
-rw-r--r--CarpetExtra/TestCarpetGridInfo/configuration.ccl3
2 files changed, 4 insertions, 0 deletions
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