User Tools

Site Tools


Sidebar


Wiki

Info / Resources

Guides

Software

Sample Pages

Quick Navigation

tutorial:torque_administrator_and_operator_commands

This is an old revision of the document!


Common Commands for managing PBS Torque useful for Managers and Operators

Commands:

qmgr

Qmgr is the main application used to manage PBS Torque. This is used to create queues, modify queue settings, and print the configuration. Please review the man page or the link for information about this command. Any changes implemented using this command are permanent and are written to the running configuration file.

mjm519@polyp1:~$ qmgr -c "print queue batch"
mjm519@polyp1:~$ qmgr -c "p q batch"
#
# Create queues and set their attributes.
#
#
# Create and define queue batch
#
create queue batch
set queue batch queue_type = Execution
set queue batch resources_max.walltime = 01:00:00
set queue batch resources_default.mem = 2gb
set queue batch resources_default.ncpus = 1
set queue batch resources_default.nodes = 1
set queue batch resources_default.pmem = 2gb
set queue batch resources_default.vmem = 2gb
set queue batch resources_default.walltime = 01:00:00
set queue batch enabled = True
set queue batch started = True
qstat
qalter
qdel
qhold
qmove
qrun
qstart
qstop
tutorial/torque_administrator_and_operator_commands.1709313247.txt.gz · Last modified: 2024/03/01 12:14 by mjm519