Skip to content

Argonne Leadership Computing Facility

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 https://docs.alcf.anl.gov/running-jobs/job-and-queue-scheduling/
Man pages are available. These are the key commands:

# 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