Add an Execution Queue

Create additional queues to handle specific execution conditions.

  1. Click the Configure tab.
  2. Choose the HPC to configure.

    Choose an HPC
    Figure 1. Choose an HPC
  3. Click Queues from the PBS Professional menu located on the left-hand side of the web page.
  4. Click .

    Queues
    Figure 2. Queues
  5. For Name, enter a name for the queue.
    The queue name can be comprised of numbers, letters, underscores ("_"), and hyphens ("-"), but must have a leading alphabetic. It must also be 15 characters or less.
  6. For Type, choose Execution.
  7. For Priority, set the queue's priority.
    The valid range for a queue's priority is -1024 to 1023. A higher value for priority means the queue has greater priority.
  8. For FRO, choose one of the following options:
    • Enable the FRO check box to specify that the queue should accept only jobs that are routed from a routing queue.
    • Disable the FRO check box to allow jobs to be moved into execution queues via the qmove command, by hooks, from routing queues, and by being submitted to execution queues.
  9. For En., choose one of the following options:
    • Enable the En. check box to allow the queue to accept jobs, meaning that jobs can be enqueued in the queue.
    • Disable the En. check box to disallow the queue from accepting jobs.
  10. For St., choose one of the following options:
    • Enable the St. check box to start the queue, allowing the jobs in the queue to be executed.
    • Disable the St. check box to stop the queue, disallowing jobs in the queue from running.
  11. Click to add the queue.