aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@83718e91-0e4f-0410-abf4-91180603181f>2012-07-21 10:56:32 +0000
committereschnett <eschnett@83718e91-0e4f-0410-abf4-91180603181f>2012-07-21 10:56:32 +0000
commitf5bebb0b8bb0b0b98098e568ead947f2f152c9a6 (patch)
tree153d5a8a6f057d290a2c9932dbbc5372c1a4a654
parent1725608510eaaeb582d54560623b70e7228e2385 (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/Formaline/trunk@221 83718e91-0e4f-0410-abf4-91180603181f
-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..b3dedb5
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,5 @@
+# Configuration definition for thorn Formaline
+
+OPTIONAL MPI
+{
+}