Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do i find a complete list of available torque pbs queues?

Tags:

Q: How do I find the available PBS queues on the "typical" Torque MPI system? (asking our admin takes 24+ hours, and the system changes with constant migration)

(for example, "Std8" is one possible queue)

#PBS -q Std8

like image 272
russian_spy Avatar asked Aug 22 '11 19:08

russian_spy


People also ask

How do I check my queue on PBS?

Queue status is displayed by options -q and -Q.

What is PBS Torque?

Portable Batch System (PBS) is a computer software which performs job (a unit of work or unit of execution) computational resource allocation in an HPC center.

What is Qstat?

DESCRIPTION The qstat command is used to request the status of jobs, queues, or a batch server. The requested status is written to standard out. When requesting job status, synopsis format 1, qstat will output information about each job_identifier or all jobs at each destination.


1 Answers

The admin finally got back. To get a list of queues on our hpc system, the command is:

$ qstat -q

like image 163
russian_spy Avatar answered Sep 19 '22 15:09

russian_spy