LSF Version 7.3 - Platform LSF Configuration Reference
•
The pre- and post-execution commands run under cmd.exe /c
•
The standard input, standard output, and standard error are set to NULL
•
The PATH is determined by the setup of the LSF Service
Note:
For pre-execution commands that execute on a Windows Server
2003, x64 Edition platform, users must have read and execute
privileges for cmd.exe.
Default
Not defined. No pre-execution commands are associated with the application profile.
PROCESSLIMIT
Syntax
PROCESSLIMIT=integer
Description
Limits the number of concurrent processes that can be part of a job.
By default. jobs submitted to the application profile without a job-level process limit are killed
when the process limit is reached. Application-level limits override any default limit specified
in the queue.
SIGINT, SIGTERM, and SIGKILL are sent to the job in sequence when the limit is reached.
Default
Unlimited
PROCLIMIT
Syntax
PROCLIMIT=[minimum_limit] [default_limit]] maximum_limit
Description
Maximum number of slots that can be allocated to a job. For parallel jobs, the maximum
number of processors that can be allocated to the job.
Optionally specifies the minimum and default number of job slots. All limits must be positive
integers greater than or equal to 1 that satisfy the following relationship:
1 <= minimum <= default <= maximum
Job-level processor limits (bsub -n) override application-level PROCLIMIT, which overrides
queue-level PROCLIMIT. Job-level limits must fall within the maximum and minimum limits
of the application profile and the queue.
You can specify up to three limits in the PROCLIMIT parameter:
•
One limit—Is the maximum processor limit. The minimum and default limits are set to
1.
lsb.applications
176 Platform LSF Configuration Reference