Skip to content

Job Queueing and Submission

Groq jobs in the AI Testbed's groqrack are managed by the PBS job scheduler. Overview: PBS. For additional information, see Running Jobs using PBS

Man pages are available. These are the key commands:

1
2
3
4
5
6
7
8
# qsub - to submit a batch job using a script
man qsub
# qstat - to display queue information
man qstat
# qdel - to delete (cancel) a job:
man qdel
# qhold - to hold a job
man qhold