ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/ScriptWriter.py
(Generate patch)

Comparing COMP/CRAB/python/ScriptWriter.py (file contents):
Revision 1.50 by spiga, Wed Mar 23 16:48:53 2011 UTC vs.
Revision 1.51 by belforte, Thu Jun 14 16:07:15 2012 UTC

# Line 162 | Line 162 | class ScriptWriter:
162          txt += 'CPU_INFOS=-1 \n'
163          # NO carriage return for this line #Fabio
164          txt += '/usr/bin/time -f \"%U %S %P\" -o cpu_timing.txt '
165 <        txt += '$executable '+args+'\n'
165 >        txt += '$executable '+args
166 >        txt += ' > executable.out 2>&1 \n'
167          return txt
168  
169      def renameOutput_(self):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines