Platform LSF Administration Guide Version 6.2
Chapter 32
Job Starters
Administering Platform LSF
491
JOB_STARTER = /bin/csh -c %USRCMD
You can also enclose the %USRCMD string in quotes or follow it with additional
commands. For example:
JOB_STARTER = /bin/csh -c "%USRCMD;sleep 10"
If a user submits the following job to the queue with this job starter:
%
bsub myjob arguments
the command that actually runs is:
% /bin/csh -c "myjob
arguments
; sleep 10"
For more
information
See the Platform LSF Reference for information about the JOB_STARTER parameter
in the
lsb.queues file.