The job
array job slot limit is used to specify the maximum number of jobs submitted
from a job array that are allowed to run at any one time. A job array
allows a large number of jobs to be submitted with one command, potentially
flooding a system, and job slot limits provide a way to limit the impact
a job array may have on a system. Job array job slot limits are specified using
the following syntax:
bsub -J "job_array_name[index_list]%job_slot_limit" myJob