229 |
|
if (!(-e $condorFileName)) |
230 |
|
{ |
231 |
|
my $arguments = "Arguments = config_cfg.py True $nJobs \$(Process)"; |
232 |
< |
$arguments += " $dataset" if $dataset; |
233 |
< |
$arguments += " NULL" if !$dataset; |
234 |
< |
$arguments += " $label" if $label; |
235 |
< |
$arguments += " NULL" if !$label; |
236 |
< |
$arguments += "\n"; |
232 |
> |
$arguments .= " $dataset" if $dataset; |
233 |
> |
$arguments .= " NULL" if !$dataset; |
234 |
> |
$arguments .= " $label" if $label; |
235 |
> |
$arguments .= " NULL" if !$label; |
236 |
> |
$arguments .= "\n"; |
237 |
|
|
238 |
|
$condorFile .= "Executable = $cmsRun\n"; |
239 |
|
$condorFile .= "Universe = vanilla\n"; |