From a75bfbe4922d3156b9f4be4b6cba319b37647b71 Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 21 Jul 2012 10:56:47 +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/NoMPI/trunk@8 b3af07ca-673a-47aa-a5b3-f2a15d1427d7 --- 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..a4b18f9 --- /dev/null +++ b/configuration.ccl @@ -0,0 +1,5 @@ +# Configuration definition for thorn NoMPI + +OPTIONAL MPI +{ +} -- cgit v1.2.3