aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@4825ed28-b72c-4eae-9704-e50c059e567d>2012-07-21 10:44:09 +0000
committereschnett <eschnett@4825ed28-b72c-4eae-9704-e50c059e567d>2012-07-21 10:44:09 +0000
commit7a19b93481941bc89b1384585ce64a9efcf298fb (patch)
treee87b9c2c115d112b43bc1b82bb7c4ce9ae4ccea9 /configuration.ccl
parent5477a7c98023dc1ccd95e565fa184fc893d5ed25 (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. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@262 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl6
1 files changed, 4 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 5562358..fa0f31f 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -3,8 +3,6 @@
REQUIRES IOHDF5Util HDF5 IOUtil PUGH
-REQUIRES THORNS: IOHDF5Util IOUtil PUGH
-
OPTIONAL FlexIO
{
}
@@ -12,3 +10,7 @@ OPTIONAL FlexIO
OPTIONAL SDF
{
}
+
+OPTIONAL MPI
+{
+}