LSF Version 7.3 - Administering Platform LSF
Manage application profiles
372 Administering Platform LSF
Manage application profiles
About application profiles
Use application profiles to map common execution requirements to
application-specific job containers. For example, you can define different job types
according to the properties of the applications that you use; your FLUENT jobs can
have different execution requirements from your CATIA jobs, but they can all be
submitted to the same queue.
The following application profile defines the execution requirements for the
FLUENT application:
Begin Application
NAME = fluent
DESCRIPTION = FLUENT Version 6.2
CPULIMIT = 180/hostA # 3 hours of host hostA
FILELIMIT = 20000
DATALIMIT = 20000 # jobs data segment limit
CORELIMIT = 20000
PROCLIMIT = 5 # job processor limit
PRE_EXEC = /usr/local/lsf/misc/testq_pre >> /tmp/pre.out
REQUEUE_EXIT_VALUES = 55 34 78
End Application
See the lsb.applications template file for additional application profile
examples.
Add or remove application profiles
Add an application
profile
1 Log in as the LSF administrator on any host in the cluster.
2 Edit
lsb.applications to add the new application profile definition.
You can copy another application profile definition from this file as a starting
point; remember to change the
NAME of the copied profile.
3 Save the changes to
lsb.applications.
4 Run badmin reconfig to reconfigure mbatchd.
Adding an application profile does not affect pending or running jobs.