LSF_MACHDEP

Syntax

LSF_MACHDEP=directory

Description

Specifies the directory in which machine-dependent files are installed. These files cannot be shared across different types of machines.

In clusters with a single host type, LSF_MACHDEP is usually the same as LSF_INDEP. The machine dependent files are the user commands, daemons, and libraries. You should not need to modify this parameter.

As shown in the following list, LSF_MACHDEP is incorporated into other LSF variables.
  • LSF_BINDIR=$LSF_MACHDEP/bin
  • LSF_LIBDIR=$LSF_MACHDEP/lib
  • LSF_SERVERDIR=$LSF_MACHDEP/etc
  • XLSF_UIDDIR=$LSF_MACHDEP/lib/uid

Default

/usr/share/lsf

See also

LSF_INDEP