[ET Trac] [Einstein Toolkit] #114: per-variable tolerances for Cactus testsuites

Einstein Toolkit trac-noreply at einsteintoolkit.org
Fri Jan 24 23:38:48 CST 2014


#114: per-variable tolerances for Cactus testsuites
--------------------------+-------------------------------------------------
  Reporter:  knarf        |       Owner:  tbode 
      Type:  enhancement  |      Status:  closed
  Priority:  major        |   Milestone:        
 Component:  Cactus       |     Version:        
Resolution:  fixed        |    Keywords:        
--------------------------+-------------------------------------------------
Changes (by rhaas):

  * status:  reopened => closed
  * resolution:  => fixed


Comment:

 Elo: Yes, it is an error if a single filename is matched by more than one
 regular expression. Ie if you have files ab.asc and ac.asc and a test.ccl
 {{{
   ABSTOL a.[.]asc 17
   ABSTOL ab[.]asc 42
 }}}
 then this is an error. We could have said "the first one that matches is
 used" but this seemed dangerous. So right now the script actually finds
 all matching regexs and aborts if more than one matches. A can match
 multiple filenames (would not make much sense otherwise), ie \.
 {{{
   ABSTOL a.[.]asc 17
 }}}
 is fine and matches both ab.asc and ac.asc.

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


More information about the Trac mailing list