From 313b7d481b7db48037e788a1d3fd8dcc1fc112b7 Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 21 Jul 2012 10:45:00 +0000 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. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@160 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- configuration.ccl | 4 ++++ 1 file changed, 4 insertions(+) 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 +{ +} -- cgit v1.2.3