# | Line 178 | Line 178 | outputCondor | |
---|---|---|
178 | print SUB "Executable = $cmsRun\n"; | |
179 | print SUB "Universe = vanilla\n"; | |
180 | print SUB "Getenv = True\n"; | |
181 | < | print SUB "Arguments = config_cfg.py $nJobs \$(Process) $dataset\n"; |
181 | > | print SUB "Arguments = config_cfg.py True $nJobs \$(Process) $dataset\n"; |
182 | print SUB "\n"; | |
183 | print SUB "Output = condor_\$(Process).out\n"; | |
184 | print SUB "Error = condor_\$(Process).err\n"; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |