LSF Version 7.3 - Platform LSF Configuration Reference
Description
Enables a child mbatchd to get up to date information about new jobs from the parent
mbatchd. When set to Y, job queries with bjobs display new jobs submitted after the child
mbatchd was created.
If you have enabled multithreaded mbatchd support, the bjobs command may not display
up-to-date information if two consecutive query commands are issued before a child
mbatchd expires because child mbatchd job information is not updated. Use
NEWJOB_REFRESH=Y to enable the parent mbatchd to push new job information to a child
mbatchd
When NEWJOB_REFRESH=Y, as users submit new jobs, the parent mbatchd pushes the new
job event to the child mbatchd. The parent mbatchd transfers the following kinds of new jobs
to the child mbatchd:
•
Newly submitted jobs
•
Restarted jobs
•
Remote lease model jobs from the submission cluster
•
Remote forwarded jobs from the submission cluster
When NEWJOB_REFRESH=Y, you should set MBD_REFRESH_TIME to a value greater than
10 seconds.
Required parameters
LSB_QUERY_PORT must be enabled in lsf.conf.
Restrictions
The parent mbatchd only pushes the new job event to a child mbatchd. The child mbatchd
is not aware of status changes of existing jobs. The child mbatchd will not reflect the results
of job control commands (bmod, bmig, bswitch, btop, bbot, brequeue, bstop,
bresume, and so on) invoked after the child mbatchd is created.
Default
Not defined. New jobs are not pushed to the child mbatchd.
See also
MBD_REFRESH_TIME
NO_PREEMPT_FINISH_TIME
Syntax
NO_PREEMPT_FINISH_TIME=minutes | percentage
Description
Prevents preemption of jobs that will finish within the specified number of minutes or the
specified percentage of the estimated run time or run limit.
Specifies that jobs due to finish within the specified number of minutes or percentage of job
duration should not be preempted, where minutes is wall-clock time, not normalized time.
Percentage must be greater than 0 or less than 100% (between 1% and 99%).
lsb.params
270 Platform LSF Configuration Reference