[Commits] [svn:einsteintoolkit] NullNews/trunk/ (Rev. 9)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Sat Jul 21 05:47:18 CDT 2012


User: eschnett
Date: 2012/07/21 05:47 AM

Modified:
 /trunk/
  configuration.ccl

Log:
 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.

File Changes:

Directory: /trunk/
==================

File [modified]: configuration.ccl
Delta lines: +2 -0
===================================================================
--- trunk/configuration.ccl	2012-05-28 22:21:23 UTC (rev 8)
+++ trunk/configuration.ccl	2012-07-21 10:47:17 UTC (rev 9)
@@ -1,4 +1,6 @@
 # Configuration definition for thorn NullNews
 # $Header$
 
+REQUIRES MPI
+
 REQUIRES THORNS: NullInterp NullGrid NullDecomp



More information about the Commits mailing list