Platform LSF Reference Version 6.2

cshrc.lsf and profile.lsf
Platform LSF Reference
301
LSF Environment Variables Set by cshrc.lsf and
profile.lsf
LSF_BINDIR
Syntax
LSF_BINDIR=
dir
Description
Directory where LSF user commands are installed.
Examples
Set in csh and tcsh by cshrc.lsf:
setenv LSF_BINDIR /usr/share/lsf/lsf_62/6.2/sparc-sol7-
32/bin
Set and exported in sh, ksh, or bash by profile.lsf:
LSF_BINDIR=/usr/share/lsf/lsf_62/6.2/sparc-sol7-32/bin
Values
In cshrc.lsf for csh and tcsh:
setenv LSF_BINDIR $LSF_TOP/$LSF_VERSION/$BINARY_TYPE/bin
Set and exported in profile.lsf for sh, ksh, or bash:
LSF_BINDIR=$LSF_TOP/$LSF_VERSION/$BINARY_TYPE/bin
LSF_ENVDIR
Syntax
LSF_ENVDIR=
dir
Description
Directory containing the lsf.conf file.
By default,
lsf.conf is installed by creating a shared copy in LSF_CONFDIR and
adding a symbolic link from
/etc/lsf.conf to the shared copy. If LSF_ENVDIR is
set, the symbolic link is installed in
LSF_ENVDIR/lsf.conf.
The
lsf.conf file is a global environment configuration file for all LSF services and
applications. The LSF default installation places the file in LSF_CONFDIR.
Examples
Set in csh and tcsh by cshrc.lsf:
setenv LSF_ENVDIR /usr/share/lsf/lsf_62/conf
Set and exported in sh, ksh, or bash by profile.lsf:
LSF_ENVDIR=/usr/share/lsf/lsf_62/conf
Values
In cshrc.lsf for csh and tcsh:
setenv LSF_ENVDIR $LSF_TOP/conf
Set and exported in profile.lsf for sh, ksh, or bash:
LSF_DIR=$LSF_TOP/conf
LSF_LIBDIR
Syntax
LSF_LIBDIR=
dir
Description
Directory where LSF libraries are installed. Library files are shared by all hosts of the
same type.
Examples
Set in csh and tcsh by cshrc.lsf:
setenv LSF_LIBDIR /usr/share/lsf/lsf_62/6.2/sparc-sol7-
32/lib