LSF Version 7.3 - Platform LSF Configuration Reference
DJOB_RU_INTERVAL
Syntax
DJOB_RU_INTERVAL=seconds
Description
Value in seconds used to calculate the resource usage update interval for the tasks of a parallel
or distributed job.
This parameter only applies to the blaunch distributed application framework.
When DJOB_RU_INTERVAL is specified, the interval is scaled according to the number of
tasks in the job:
max(DJOB_RU_INTERVAL, 10) + host_factor
where
host_factor = 0.01 * number of hosts allocated for the job
Default
Not defined. Interval is equal to SBD_SLEEP_TIME in lsb.params, where the default value
of SBD_SLEEP_TIME is 30 seconds.
JOB_INCLUDE_POSTPROC
Syntax
JOB_INCLUDE_POSTPROC=Y | N
Description
Specifies whether LSF includes the post-execution processing of the job as part of the job.
When set to Y:
•
Prevents a new job from starting on a host until post-execution processing is finished on
that host
•
Includes the CPU and run times of post-execution processing with the job CPU and run
times
•
sbatchd sends both job finish status (DONE or EXIT) and post-execution processing status
(POST_DONE or POST_ERR) to mbatchd at the same time
The variable LSB_JOB_INCLUDE_POSTPROC in the user environment overrides the value
of JOB_INCLUDE_POSTPROC in an application profile in lsb.applications.
JOB_INCLUDE_POSTPROC in an application profile in lsb.applications overrides the
value of JOB_INCLUDE_POSTPROC in lsb.params.
For SGI cpusets, if JOB_INCLUDE_POSTPROC=Y, LSF does not release the cpuset until
post-execution processing has finished, even though post-execution processes are not attached
to the cpuset.
Default
N. Post-execution processing is not included as part of the job, and a new job can start on the
execution host before post-execution processing finishes.
lsb.applications
Platform LSF Configuration Reference 167