Platform LSF Reference Version 6.2
Parameters
Platform LSF Reference
534
#!/bin/sh
. $LSB_SUB_PARM_FILE
exec 1>&2
if [ $LSB_SUB_COMMAND_LINE="netscape" ]; then
echo "netscape is not allowed to run in batch mode"
exit $LSB_SUB_ABORT_VALUE
fi
LSB_SUB_COMMAND_LINE is defined in $LSB_SUB_PARM_FILE as:
LSB_SUB_COMMAND_LINE=netscape
A job submitted with:
bsub netscape ...
Causes esub to echo the message:
netscape is not allowed to run in batch mode
Default
Undefined
See also
LSB_SUB_COMMAND_LINE and LSB_SUB_PARM_FILE environment variables
LSB_STDOUT_DIRECT
Syntax LSB_STDOUT_DIRECT=y | Y
Description
When set, and used with the -o or -e options of bsub, redirects standard output or
standard error from the job directly to a file as the job runs.
If LSB_STDOUT_DIRECT is not set and you use the
bsub -o option, the standard
output of a job is written to a temporary file and copied to the file you specify after the
job finishes.
LSB_STDOUT_DIRECT is not supported on Windows.
Default
Undefined
LSB_TIME_CMD
Syntax LSB_TIME_CMD=timimg_level
Description
The timing level for checking how long batch commands run.
Time usage is logged in milliseconds; specify a positive integer.
Example:
LSB_TIME_CMD=1
Default
Undefined
See also
LSB_TIME_MBD, LSB_TIME_SBD, LSF_TIME_LIM, LSF_TIME_RES
LSB_TIME_MBD
Syntax LSB_TIME_MBD=timing_level
Description
The timing level for checking how long mbatchd routines run.
Time usage is logged in milliseconds; specify a positive integer.
Example:
LSB_TIME_MBD=1
Default
Undefined