From e3f47ca226ff816c1f6215517cb6279ab594fc96 Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 21 Jul 2012 10:57:17 +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/CactusUtils/TimerReport/trunk@49 d0051148-8e13-4bef-be1d-f6c572c85f9f --- configuration.ccl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configuration.ccl diff --git a/configuration.ccl b/configuration.ccl new file mode 100644 index 0000000..07e15b3 --- /dev/null +++ b/configuration.ccl @@ -0,0 +1,6 @@ +# Configuration definition for thorn TimerReport +# $Header$ + +OPTIONAL MPI +{ +} -- cgit v1.2.3