[ET Trac] [Einstein Toolkit] #705: Activation Order in Parameter Files

Einstein Toolkit trac-noreply at einsteintoolkit.org
Thu May 23 16:02:25 CDT 2013


#705: Activation Order in Parameter Files
--------------------------+-------------------------------------------------
  Reporter:  sbrandt      |       Owner:     
      Type:  enhancement  |      Status:  new
  Priority:  minor        |   Milestone:     
 Component:  Cactus       |     Version:     
Resolution:               |    Keywords:     
--------------------------+-------------------------------------------------

Comment (by rhaas):

 If you have several ActiveThorns lines in your parfile then the order
 matters. Ie.
 {{{
 ActiveTHorns = "CarpetLib"
 Carpet::max_refinement_levels = 1
 ActiveTorns = "Carpet"
 }}}
 fails as well as
 {{{
 ActiveTorns = "Carpet"
 ActiveTHorns = "CarpetLib"
 }}}
 while
 {{{
 ActiveTorns = "Carpet
                CarpetLib"
 }}}
 is fine.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/705#comment:4>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list