Platform LSF Reference Version 6.2

lsf.conf
Platform LSF Reference
569
Description
Applies to lstcsh only. Specifies users who are allowed to use @ for host redirection.
Users not specified with this parameter cannot use host redirection in
lstcsh.
If this parameter is undefined, all users are allowed to use
@ for host redirection in
lstcsh.
Default
Undefined
LSF_SHIFT_JIS_INPUT
Syntax
LSF_SHIFT_JIS_INPUT=y
| n
Description
Enables LSF to accept Shift-JIS character encoding for job information (for example,
user names, queue names, job names, job group names, project names, commands and
arguments, esub parameters, external messages, etc.)
Default
n
LSF_SLURM_DISABLE_CLEANUP
Syntax
LSF_SLURM_DISABLE_CLEANUP=y
| Y
Description
Disables cleanup of non-LSF jobs running in a SLURM LSF partition on an HP XC
machine.
By default, only LSF jobs are allowed to run within a SLURM LSF partition. LSF
periodically cleans up any jobs submitted outside of LSF. This clean up period is defined
through LSB_RLA_UPDATE.
For example, the following
srun job is not submitted through LSF, so it is terminated:
% srun -n 4 -p lsf sleep 100000
srun: error: n13: task[0-1]: Terminated
srun: Terminating job
If LSF_SLURM_DISABLE_CLEANUP=Y is set, this job would be allowed to run.
Default
Undefined
LSF_SLURM_TMPDIR
Syntax
LSF_SLURM_TMPDIR=
path
Description
Specifies the LSF HPC tmp directory for HP XC machines. The default LSF_TMPDIR
/tmp cannot be shared across nodes, so LSF_SLURM_TMPDIR must specify a path
that is accessible on all XC nodes.
Default /hptc_cluster/lsf/tmp
LSF_STRICT_CHECKING
Syntax LSF_STRICT_CHECKING=Y
Description
If set, enables more strict checking of communications between LSF daemons and
between LSF commands and daemons when LSF is used in an untrusted environment,
such as a public network like the Internet.