aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@b3af07ca-673a-47aa-a5b3-f2a15d1427d7>2012-07-21 10:56:47 +0000
committereschnett <eschnett@b3af07ca-673a-47aa-a5b3-f2a15d1427d7>2012-07-21 10:56:47 +0000
commita75bfbe4922d3156b9f4be4b6cba319b37647b71 (patch)
treec8b169dfb5b2be0d3aec20004d891239c0461b89
parentf2feb453dd6ee6eab59b375e99134fff179195ab (diff)
Move MPI support from flesh to a thornHEADsvnmaster
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/NoMPI/trunk@8 b3af07ca-673a-47aa-a5b3-f2a15d1427d7
-rw-r--r--configuration.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..a4b18f9
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,5 @@
+# Configuration definition for thorn NoMPI
+
+OPTIONAL MPI
+{
+}