LSF_ENV_OVERRIDE

Specifies whether environment variables can override the parameter settings in the lsf.conf file.

Syntax

LSF_ENV_OVERRIDE=Y|y|N|n

Description

UNIX only.

Disabling this parameter prevents users' environment variables from overriding the parameter settings in the lsf.conf file, and LSF uses a fixed location for the lsf.conf file (/etc/lsf.conf).

If LSF_ENV_OVERRIDE is set to Y|y, environment variables can override values in lsf.conf and LSF reads the $LSF_ENVDIR/lsf.conf file for parameter settings.

If LSF_ENV_OVERRIDE is set to N|n, LSF uses only the /etc/lsf.conf file for parameter settings. The $LSF_ENVDIR/lsf.conf file is ignored. The LSF_SERVERDIR, LSF_BINDIR, and LSF_LIBDIR parameters must be defined to use this setting.

Default

N.