[ET Trac] [Einstein Toolkit] #825: CST hangs if scheduling block isn't complete (was: CST hangs if given recursive schedule group dependencies)

Einstein Toolkit trac-noreply at einsteintoolkit.org
Mon Apr 23 12:05:41 CDT 2012


#825: CST hangs if scheduling block isn't complete
---------------------+------------------------------------------------------
  Reporter:  hinder  |       Owner:  knarf   
      Type:  defect  |      Status:  accepted
  Priority:  major   |   Milestone:          
 Component:  Cactus  |     Version:          
Resolution:          |    Keywords:          
---------------------+------------------------------------------------------
Changes (by knarf):

  * owner:  => knarf
  * status:  new => accepted


Comment:

 The problem isn't the recursion (alone), but the missing {}"" block after
 this. the following shows the same:

 {{{
 schedule group A in B
 }}}

 while this doesn't hang:

 {{{
 schedule group A in A
 {
 } ""
 }}}

 I believe cyclic dependencies are checked at runtime only, but I didn't
 check A->A

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


More information about the Trac mailing list