Platform LSF Reference Version 6.2
lsf.conf
Platform LSF Reference
549
LSF_HPC_PJL_LOADENV_TIMEOUT
Syntax
LSF_HPC_PJL_LOADENV_TIMEOUT=
seconds
Description
Timeout value in seconds for PJL to load or unload the environment. For example, set
LSF_HPC_PJL_LOADENV_TIMEOUT to the number of seconds needed for IBM
POE to load or unload adapter windows.
At job startup, the PJL times out if the first task fails to register with PAM within the
specified timeout value. At job shutdown, the PJL times out if it fails to exit after the last
Taskstarter termination report within the specified timeout value.
Default
LSF_HPC_PJL_LOADENV_TIMEOUT=300
LSF_ID_PORT
Syntax
LSF_ID_PORT=
port_number
Description
The network port number used to communicate with the authentication daemon when
LSF_AUTH is set to
ident.
LSF_INCLUDEDIR
Syntax
LSF_INCLUDEDIR=
dir
Description
Directory under which the LSF API header files lsf.h and lsbatch.h are installed.
Default
LSF_INDEP/include
See also
LSF_INDEP
LSF_INDEP
Syntax
LSF_INDEP=
dir
Description
Specifies the default top-level directory for all machine-independent LSF files.
This includes man pages, configuration files, working directories, and examples. For
example, defining LSF_INDEP as
/usr/share/lsf/mnt places man pages in
/usr/share/lsf/mnt/man
, configuration files in /usr/share/lsf/mnt/conf,
and so on.
The files in LSF_INDEP can be shared by all machines in the cluster.
As shown in the following list, LSF_INDEP is incorporated into other LSF
environment variables.
◆
LSB_SHAREDIR=$LSF_INDEP/work
◆
LSF_CONFDIR=$LSF_INDEP/conf
◆
LSF_INCLUDEDIR=$LSF_INDEP/include
◆
LSF_MANDIR=$LSF_INDEP/man
◆
XLSF_APPDIR=$LSF_INDEP/misc
Default
/usr/share/lsf/mnt
See also
LSF_MACHDEP, LSB_SHAREDIR, LSF_CONFDIR, LSF_INCLUDEDIR,
LSF_MANDIR, XLSF_APPDIR