From c209f70dec0f6aebee415b11ad082b16b79303e7 Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 21 Jul 2012 10:49:10 +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: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@39 ef6f4158-a8ee-47d1-ba14-cb73256398e0 --- configuration.ccl | 4 ++++ 1 file changed, 4 insertions(+) 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 +{ +} -- cgit v1.2.3