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.39 by spiga, Sat Oct 4 07:07:07 2008 UTC vs.
Revision 1.40 by spiga, Thu Apr 16 19:15:05 2009 UTC

# Line 156 | Line 156 | class ScriptWriter:
156          args = job.type().executableArgs()
157  
158          txt  = ''
159 <        txt += 'CRAB_EXE_CPU_TIME=-1 \n'
159 >        txt += 'CPU_INFOS=-1 \n'
160          # NO carriage return for this line #Fabio
161          txt += '/usr/bin/time -f \"%U %S %P\" -o cpu_timing.txt '
162          txt += '$executable '+args+'\n'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines