Platform LSF Reference Version 6.2

Environment Variables
Platform LSF Reference
271
Example
CLEARCASE_DRIVE=F:
CLEARCASE_DRIVE=f:
See also
CLEARCASE_MOUNTDIR, CLEARCASE_ROOT.
CLEARCASE_MOUNTDIR
Syntax
CLEARCASE_MOUNTDIR=path
Description
Optional.
Defines the Rational ClearCase mounting directory.
Default
/vobs
Notes:
CLEARCASE_MOUNTDIR is used if any of the following conditions apply:
A job is submitted from a UNIX environment but run in a Windows host.
The Rational ClearCase mounting directory is not the default /vobs
Where defined
From the command line
Example
CLEARCASE_MOUNTDIR=/myvobs
See also
CLEARCASE_DRIVE, CLEARCASE_ROOT.
CLEARCASE_ROOT
Syntax
CLEARCASE_ROOT=path
Description
The path to the Rational ClearCase view.
In Windows, this path must define an absolute path starting with the default ClearCase
drive and ending with the view name without an ending backslash (
\).
Notes
CLEARCASE_ROOT must be defined if you want to submit a batch job from a
ClearCase view.
For interactive jobs, use bsub -I to submit the job.
Where defined
In the job starter, or from the command line
Example
In UNIX:
CLEARCASE_ROOT=/view/myview
In Windows:
CLEARCASE_ROOT=F:\myview
See also
CLEARCASE_DRIVE, CLEARCASE_MOUNTDIR, LSF_JOB_STARTER
LM_LICENSE_FILE
Syntax
LM_LICENSE_FILE=file_name
Description
The path to where the license file is found. The file name is the name of the license file.
Default /usr/share/flexlm/licenses/license.dat
Notes
A FLEXnet variable read by the lmgrd daemon.
Where defined
From the command line