LSF Version 7.3 - Platform LSF Configuration Reference
host type
A host type defined in lsf.shared.
default
The reserved host name default indicates all hosts in the cluster not otherwise referenced in
the section (by name or by listing its model or type).
CHKPNT
Description
If C, checkpoint copy is enabled. With checkpoint copy, all opened files are automatically
copied to the checkpoint directory by the operating system when a process is checkpointed.
Example
HOST_NAME CHKPNT hostA C
Compatibility
Checkpoint copy is only supported on Cray systems.
Default
No checkpoint copy
DISPATCH_WINDOW
Description
The time windows in which jobs from this host, host model, or host type are dispatched. Once
dispatched, jobs are no longer affected by the dispatch window.
Default
Not defined (always open)
EXIT_RATE
Description
Specifies a threshold for exited jobs. If the job exit rate is exceeded for 5 minutes or the period
specified by JOB_EXIT_RATE_DURATION in lsb.params, LSF invokes
LSF_SERVERDIR/eadmin to trigger a host exception.
EXIT_RATE for a specific host overrides a default GLOBAL_EXIT_RATE specified in
lsb.params.
Example
The following Host section defines a job exit rate of 20 jobs for all hosts, and an exit rate of 10
jobs on hostA.
Begin Host HOST_NAME MXJ EXIT_RATE # Keywords Default !
20 hostA ! 10 End Host
lsb.hosts
Platform LSF Configuration Reference 221