LSF Version 7.3 - Platform LSF Configuration Reference

Description
Required. Unique name for the application profile.
Specify any ASCII string up to 60 characters long. You can use letters, digits, underscores (_),
dashes (-), periods (.) or spaces in the name. The application profile name must be unique
within the cluster.
Note:
If you want to specify the ApplicationVersion in a JSDL file, include
the version when you define the application profile name.
Separate the name and version by a space, as shown in the
following example:
NAME=myapp 1.0
Default
You must specify this parameter to define an application profile. LSF does not automatically
assign a default application profile name.
NO_PREEMPT_FINISH_TIME
Syntax
NO_PREEMPT_FINISH_TIME=minutes | percentage
Description
Prevents preemption of jobs that will finish within the specified number of minutes or the
specified percentage of the estimated run time or run limit.
Specifies that jobs due to finish within the specified number of minutes or percentage of job
duration should not be preempted, where minutes is wall-clock time, not normalized time.
Percentage must be greater than 0 or less than 100% (between 1% and 99%).
For example, if the job run limit is 60 minutes and NO_PREEMPT_FINISH_TIME=10%, the
job cannot be preempted after it running 54 minutes or longer.
Requires a run time (bsub -We or RUNTIME in lsb.applications), or run limit to be
specified for the job (bsub -W, or RUNLIMIT in lsb.queues, or RUNLIMIT in
lsb.applications)
NO_PREEMPT_RUN_TIME
Syntax
NO_PREEMPT_RUN_TIME=minutes | percentage
Description
Prevents preemption of jobs that have been running for the specified number of minutes or
the specified percentage of the estimated run time or run limit.
Specifies that jobs that have been running for the specified number of minutes or longer should
not be preempted, where minutes is wall-clock time, not normalized time. Percentage must
be greater than 0 or less than 100% (between 1% and 99%).
lsb.applications
Platform LSF Configuration Reference 173