# | 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' |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |