aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@d0051148-8e13-4bef-be1d-f6c572c85f9f>2012-07-21 10:57:17 +0000
committereschnett <eschnett@d0051148-8e13-4bef-be1d-f6c572c85f9f>2012-07-21 10:57:17 +0000
commite3f47ca226ff816c1f6215517cb6279ab594fc96 (patch)
treee91b913fb18aa08a18f66341cefa7de024c360a1
parent5ff849d02b30d1280a917778175cc1329b399e9c (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/CactusUtils/TimerReport/trunk@49 d0051148-8e13-4bef-be1d-f6c572c85f9f
-rw-r--r--configuration.ccl6
1 files changed, 6 insertions, 0 deletions
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
+{
+}