LSF Version 7.3 - Platform LSF Configuration Reference

Description
The name of the job defined by the user at submission time.
Default
The job’s command line
Notes
The name of a job can be specified explicitly when you submit a job. The name does not have
to be unique. If you do not specify a job name, the job name defaults to the actual batch
command as specified on the bsub command line.
The job name can be up to 4094 characters long for UNIX and Linux or up to 255 characters
for Windows.
Where defined
Set by sbatchd
Example
When you submit a job using the -J option of bsub, for example:
% bsub -J "myjob" job
sbatchd sets LSB_JOBNAME to the job name that you specified:
LSB_JOBNAME=myjob
LSB_JOBPEND
Description
Set if the job is requeued.
Where defined
Set by sbatchd for POST_EXEC only
See also
LSB_JOBEXIT_STAT, REQUEUE_EXIT_VALUES, POST_EXEC
LSB_JOBPGIDS
Description
A list of the current process group IDs of the job.
Where defined
The process group IDs are assigned by the operating system, and LSB_JOBPGIDS is set by
sbatchd.
See also
LSB_JOBPIDS
Environment variables
574 Platform LSF Configuration Reference