Attention
ShARC will be decommissioned on the 30th of November 2023, after which time users will no longer be able to access that cluster and any jobs running or queueing at that time will be cancelled.
Please see our page of important info about ShARC’s decommissioning.
Listing Queues
On Stanage you can list the queues with:
sinfo -a
As Stanage has non-homogenous nodes you can list more information by formatting the output, e.g.:
sinfo -o "%P %l %c %D " # PARTITION TIMELIMIT CPUS NODES
On Bessemer you can list the queues with:
sinfo -a
As Bessemer has non-homogenous nodes you can list more information by formatting the output, e.g.:
sinfo -o "%P %l %c %D " # PARTITION TIMELIMIT CPUS NODES
On ShARC you can list the queues with:
qconf -sql
You can then list your specific queue properties with:
qconf -sq queue_name