Platform LSF Reference Version 6.2
Environment Variable Reference
Platform LSF Reference
276
LSB_FRAMES
Syntax
LSB_FRAMES=start_number,end_number,step
Description
Determines the number of frames to be processed by a frame job.
Valid values
The values of start_number, end_number, and step are positive integers. Use commas to
separate the values.
Default
Undefined
Notes
When the job is running, LSB_FRAMES will be set to the relative frames with the
format LSB_FRAMES=start_number,end_number,step.
From the start_number, end_number, and step, the frame job can know how many frames
it will process.
Where defined
Set by sbatchd
Example
LSB_FRAMES=10,20,1
LSB_HOSTS
Syntax
LSB_HOSTS="host_name..."
Description
A list of hosts selected by LSF Batch to run the batch job.
Notes
If a job is run on a single processor, the system sets LSB_HOSTS to the name of the
host used.
For parallel jobs, the system sets LSB_HOSTS to the names of all the hosts used.
Where defined
Set by sbatchd when the job is executed. LSB_HOSTS is set only when the list of host
names is less than 4096 bytes.
See also
See LSB_MCPU_HOSTS.
LSB_INTERACTIVE
Syntax
LSB_INTERACTIVE=Y
Description
Indicates an interactive job. When you submit an interactive job using bsub -I, the
system sets LSB_INTERACTIVE to Y.
Valid values
LSB_INTERACTIVE=Y (if the job is interactive)
Default
Undefined (if the job is not interactive)
Where defined
Set by sbatchd
LSB_JOB_STARTER
Syntax
LSB_JOB_STARTER=binary
Description
Specifies an executable program that has the actual job as an argument.
Default
Undefined
Notes
◆
Interactive Jobs