347 |
|
|
348 |
|
First run to be generated in a generation jobs. Relevant only for no-input workflow. |
349 |
|
|
350 |
< |
=item B<script_exe> |
350 |
> |
=item B<executable> |
351 |
|
|
352 |
< |
A user executable that will be run on WN instead of cmsrun. It's up to the user to setup properly the script itself to run on WN enviroment. CRAB guarantees that the modified pset.cfg will be placed in the working directory, with name CMSSW.cfg . The script itself will be added automatically to the input sandbox. |
352 |
> |
The name of the executable to be run on remote WN. The default is cmsrun. The executable is either to be found on the release area of the WN, or has been built on user working area on the UI and is (automatically) shipped to WN. If you want to run a script (which might internally call I<cmsrun>, use B<USER.script_exe> instead. |
353 |
|
|
354 |
|
=item I<DBS and DLS parameters:> |
355 |
|
|
387 |
|
|
388 |
|
Any additional input file you want to ship to WN: comma separated list. These are the files which might be needed by your executable: they will be placed in the WN working dir. You don't need to specify the I<ParameterSet> you are using, which will be included automatically. Wildcards are allowed. |
389 |
|
|
390 |
+ |
=item B<script_exe> |
391 |
+ |
|
392 |
+ |
A user script that will be run on WN (instead of default cmsrun). It's up to the user to setup properly the script itself to run on WN enviroment. CRAB guarantees that the CMSSW environment is setup (eg scram is in the path) and that the modified pset.cfg will be placed in the working directory, with name CMSSW.cfg . The script itself will be added automatically to the input sandbox. |
393 |
+ |
|
394 |
|
=item B<ui_working_dir> |
395 |
|
|
396 |
|
Name of the working directory for the current task. By default, a name I<crab_0_(date)_(time)> will be used. If this card is set, any CRAB command which require I<-continue> need to specify also the name of the working directory. A special syntax is also possible, to reuse the name of the dataset provided before: I<ui_working_dir : %(dataset)s> . In this case, if eg the dataset is SingleMuon, the ui_working_dir will be set to SingleMuon as well. |