aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2012-07-21 10:45:00 +0000
committereschnett <eschnett@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2012-07-21 10:45:00 +0000
commit313b7d481b7db48037e788a1d3fd8dcc1fc112b7 (patch)
treec0416dc17bba80189a9a0dd34bb6d84d560bf098
parent492a90e0ab0c18bfe693f3e9cca66e53d36fe924 (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/IOHDF5Util/trunk@160 7842ec3a-9562-4be5-9c5b-06ba18f2b668
-rw-r--r--configuration.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 0df647f..cacb360 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -8,3 +8,7 @@ PROVIDES IOHDF5Util
}
REQUIRES PUGH IOUtil HDF5
+
+OPTIONAL MPI
+{
+}