Difference between revisions of "Ada:Batch Queues"
Line 3: | Line 3: | ||
LSF, upon job submission, sends your jobs to appropriate batch queues. These are (software) service | LSF, upon job submission, sends your jobs to appropriate batch queues. These are (software) service | ||
stations configured to control the scheduling and dispatch of jobs that have arrived in them. Batch queues | stations configured to control the scheduling and dispatch of jobs that have arrived in them. Batch queues | ||
− | are | + | are characterized by all sorts of parameters. Some of the most important are: |
− | that can be concurrently running (number of run slots) | + | |
− | and number of nodes it can | + | # the total number of jobs that can be concurrently running (number of run slots) |
+ | # the wall-clock time limit per job | ||
+ | # the type and number of nodes it can dispatch jobs to | ||
+ | # which users or user groups can use that queue; etc. | ||
+ | |||
These settings control whether a job will lie idle in the queue or be dispatched quickly for execution. | These settings control whether a job will lie idle in the queue or be dispatched quickly for execution. | ||
The current (Sep 2015) queue structure. It is in flux. | The current (Sep 2015) queue structure. It is in flux. | ||
− | + | {| class="wikitable" style="text-align: center;" | |
− | Queue | + | ! Queue |
− | + | ! Min/Default/Max Cpus | |
− | + | ! Default/Max Walltime | |
− | + | ! Compute Node Types | |
− | + | ! Notes | |
− | + | |- | |
− | + | | sn_short | |
− | xlarge | + | | 1 / 1 / 20 |
− | vnc | + | | 10 min / 1 hr |
− | + | | 64 GB and 256 GB nodes | |
+ | | rowspan="4"| Maximum of '''8000''' cores for all running jobs in the single-node (sn_*) queues. | ||
+ | |- | ||
+ | | sn_regular | ||
+ | | 1 / 1 / 20 | ||
+ | | 1 hr / 1 day | ||
+ | | 64 GB and 256 GB nodes | ||
+ | |- | ||
+ | | sn_long | ||
+ | | 1 / 1 / 20 | ||
+ | | 24 hr / 4 days | ||
+ | | 64 GB and 256 GB nodes | ||
+ | |- | ||
+ | | sn_xlong | ||
+ | | 1 / 1 / 20 | ||
+ | | 4 days / 7 days | ||
+ | | 64 GB and 256 GB nodes | ||
+ | |- | ||
+ | | mn_small | ||
+ | | 21 / 21 / 120 | ||
+ | | 1 hr / 7 days | ||
+ | | 64 GB and 256 GB nodes | ||
+ | | Maximum of '''4000''' cores for all running jobs in this queue. | ||
+ | |- | ||
+ | | mn_medium | ||
+ | | 121 / 121 / 600 | ||
+ | | 1 hr / 7 days | ||
+ | | 64 GB and 256 GB nodes | ||
+ | | Maximum of '''3000''' cores for all running jobs in this queue. | ||
+ | |- | ||
+ | | mn_large | ||
+ | | 600 / 601 / 2000 | ||
+ | | 1 hr / 2 days | ||
+ | | 64 GB and 256 GB nodes | ||
+ | | Maximum of '''3000''' cores for all running jobs in this queue. | ||
+ | |- | ||
+ | | xlarge | ||
+ | | 1 / 1 / 280 | ||
+ | | 1 hr / 10 days | ||
+ | | 1 TB nodes (11), 2 TB nodes (4) | ||
+ | | | ||
+ | |- | ||
+ | | vnc | ||
+ | | 1 / 1 / 20 | ||
+ | | 1 hr / 6 hr | ||
+ | | All 30 nodes with GPUs | ||
+ | | | ||
+ | |- | ||
+ | | special | ||
+ | | None | ||
+ | | 1 hr / 7 days | ||
+ | | 64 GB and 256 GB nodes | ||
+ | | Requires permission to access this queue. | ||
+ | |} | ||
LSF determines which queue will receive a job for processing. The selection is determined mainly by the resources | LSF determines which queue will receive a job for processing. The selection is determined mainly by the resources | ||
Line 30: | Line 87: | ||
To access either of the above queues, you must use the '''-q queue_name''' option in your job script. | To access either of the above queues, you must use the '''-q queue_name''' option in your job script. | ||
− | Output from the bjobs command contains | + | Output from the bjobs command contains the name of the queue associated with a given job. |
− | the name of the queue associated with a given job. | ||
====Fair-Share Policy==== | ====Fair-Share Policy==== | ||
Line 38: | Line 94: | ||
====Public and Private/Group Queues==== | ====Public and Private/Group Queues==== | ||
... pending ... | ... pending ... | ||
− | |||
====The Interactive Queue==== | ====The Interactive Queue==== | ||
... pending ... | ... pending ... |
Revision as of 18:31, 21 September 2015
Contents
Queues
LSF, upon job submission, sends your jobs to appropriate batch queues. These are (software) service stations configured to control the scheduling and dispatch of jobs that have arrived in them. Batch queues are characterized by all sorts of parameters. Some of the most important are:
- the total number of jobs that can be concurrently running (number of run slots)
- the wall-clock time limit per job
- the type and number of nodes it can dispatch jobs to
- which users or user groups can use that queue; etc.
These settings control whether a job will lie idle in the queue or be dispatched quickly for execution.
The current (Sep 2015) queue structure. It is in flux.
Queue | Min/Default/Max Cpus | Default/Max Walltime | Compute Node Types | Notes |
---|---|---|---|---|
sn_short | 1 / 1 / 20 | 10 min / 1 hr | 64 GB and 256 GB nodes | Maximum of 8000 cores for all running jobs in the single-node (sn_*) queues. |
sn_regular | 1 / 1 / 20 | 1 hr / 1 day | 64 GB and 256 GB nodes | |
sn_long | 1 / 1 / 20 | 24 hr / 4 days | 64 GB and 256 GB nodes | |
sn_xlong | 1 / 1 / 20 | 4 days / 7 days | 64 GB and 256 GB nodes | |
mn_small | 21 / 21 / 120 | 1 hr / 7 days | 64 GB and 256 GB nodes | Maximum of 4000 cores for all running jobs in this queue. |
mn_medium | 121 / 121 / 600 | 1 hr / 7 days | 64 GB and 256 GB nodes | Maximum of 3000 cores for all running jobs in this queue. |
mn_large | 600 / 601 / 2000 | 1 hr / 2 days | 64 GB and 256 GB nodes | Maximum of 3000 cores for all running jobs in this queue. |
xlarge | 1 / 1 / 280 | 1 hr / 10 days | 1 TB nodes (11), 2 TB nodes (4) | |
vnc | 1 / 1 / 20 | 1 hr / 6 hr | All 30 nodes with GPUs | |
special | None | 1 hr / 7 days | 64 GB and 256 GB nodes | Requires permission to access this queue. |
LSF determines which queue will receive a job for processing. The selection is determined mainly by the resources (e.g., number of cpus, wall-clock limit) specified, explicitly or by default. There are two exceptions:
- The xlarge queue that is associated with nodes that have 1TB or 2TB of main memory. To use it, submit jobs with the -q xlarge option.
- The special queue which gives one access to all of the compute nodes. You MUST request permission to get access to this queue.
To access either of the above queues, you must use the -q queue_name option in your job script.
Output from the bjobs command contains the name of the queue associated with a given job.
... pending ...
Public and Private/Group Queues
... pending ...
The Interactive Queue
... pending ...