LSB_SET_TMPDIR

Syntax

LSB_SET_TMPDIR=y|n|<ENV_VAR_NAME>

If y, LSF sets the TMPDIR environment variable, overwriting the current value with the job-specific temporary directory. For more details on the job-specific temporary directory, refer to LSB_JOB_TMPDIR.

If this parameter is set to the name of an environment variable (for example, MY_TMPDIR), LSF sets the value of this environment variable to the job-specific temporary directory. The user application can use this environment variable within the code.

After configuring the LSB_SET_TMPDIR parameter, restart sbatchd so that your settings take effect.

Example

LSB_SET_TMPDIR=MY_TMPDIR

On Unix, the name of this environment variable is $MY_TMPDIR and its value is the job-specific temporary directory.

On Windows, the name of this environment variable is %MY_TMPDIR% and its value is the job-specific temporary directory.

Default

n