[ET Trac] [Einstein Toolkit] #2026: param.ccl parser writes (debug?) files v1 and v2 into Cactus root

Einstein Toolkit trac-noreply at einsteintoolkit.org
Wed Mar 29 02:50:23 CDT 2017


#2026: param.ccl parser writes (debug?) files v1 and v2 into Cactus root
--------------------+-------------------------------------------------------
 Reporter:  rhaas   |       Owner:                     
     Type:  defect  |      Status:  new                
 Priority:  major   |   Milestone:                     
Component:  Cactus  |     Version:  development version
 Keywords:          |  
--------------------+-------------------------------------------------------
 The file parametre_parser.pl contains
 {{{
     open($fd,">v1") or die;
     print $fd $v1,"\n";
     close($fd);
     open($fd,">v2") or die;
     print $fd $v2,"\n";
     close($fd);
 }}}
 causing it to create files v1 and v2 in the main Cactus root.

 Without having looked into this in any more details, this smells like
 debug output that should be removed before the release.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/2026>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list