In LSF, a job slot is a basic unit of processor allocation. By default, each processor is a single job slot, which means that LSF executes only one job at a time on that processor. However, it is possible to configure more than one job slot per processor on a host-by-host basis. If the jobs that you are submitting are I/O intensive, you might want to try to configure two job slots per processor, especially if the processor is a fast one.
To change the number of job slots on a machine, perform these steps:
Begin Host
HOST_NAME MXJ r1m pg ls tmp DISPATCH_WINDOW #Keywords
default ! () () () () () #Example
End Host
Begin Host
HOST_NAME MXJ r1m pg ls tmp DISPATCH_WINDOW #Keywords
default 2 () () () () () #Example
End Host