From f5bebb0b8bb0b0b98098e568ead947f2f152c9a6 Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 21 Jul 2012 10:56:32 +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/Formaline/trunk@221 83718e91-0e4f-0410-abf4-91180603181f --- configuration.ccl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 configuration.ccl 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 +{ +} -- cgit v1.2.3