LSF Version 7.3 - Platform LSF Configuration Reference

XLSF_APPDIR=$LSF_INDEP/misc
Default
/usr/share/lsf/mnt
See also
LSF_MACHDEP, LSB_SHAREDIR, LSF_CONFDIR, LSF_INCLUDEDIR, LSF_MANDIR,
XLSF_APPDIR
LSF_INTERACTIVE_STDERR
Syntax
LSF_INTERACTIVE_STDERR=y | n
Description
Separates stderr from stdout for interactive tasks and interactive batch jobs.
This is useful to redirect output to a file with regular operators instead of the bsub -e
err_file and -o out_file options.
This parameter can also be enabled or disabled as an environment variable.
Caution:
If you enable this parameter globally in lsf.conf, check any custom
scripts that manipulate stderr and stdout.
When this parameter is not defined or set to n, the following are written to stdout on the
submission host for interactive tasks and interactive batch jobs:
Job standard output messages
Job standard error messages
The following are written to stderr on the submission host for interactive tasks and
interactive batch jobs:
LSF messages
NIOS standard messages
NIOS debug messages (if LSF_NIOS_DEBUG=1 in lsf.conf)
When this parameter is set to y, the following are written to stdout on the submission host
for interactive tasks and interactive batch jobs:
Job standard output messages
The following are written to stderr on the submission host:
Job standard error messages
LSF messages
NIOS standard messages
NIOS debug messages (if LSF_NIOS_DEBUG=1 in lsf.conf)
Default
Not defined
lsf.conf
Platform LSF Configuration Reference 463