aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@ef6f4158-a8ee-47d1-ba14-cb73256398e0>2012-07-21 10:49:10 +0000
committereschnett <eschnett@ef6f4158-a8ee-47d1-ba14-cb73256398e0>2012-07-21 10:49:10 +0000
commitc209f70dec0f6aebee415b11ad082b16b79303e7 (patch)
tree58ea8521d5b322f37d4c6a8e10adbb5befe46b21
parent8863351bc9906db9ed06e4a58e99593b4e63e9d1 (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: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@39 ef6f4158-a8ee-47d1-ba14-cb73256398e0
-rw-r--r--configuration.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 3fd6adb..465d55b 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -1,3 +1,7 @@
# Configuration definition for thorn QuasiLocalMeasures
REQUIRES Boundary Fortran TGRtensor
+
+OPTIONAL MPI
+{
+}