Updated 2023-03-24
Helpful Commands¶
General Information¶
pace-quota
: returns username, storage access and utilization, and job charge or tracking accounts.pace-check-queue [-c] [-s] [-m] [-j] [-x] [-h] <queue name>
: gives info on resources available for queue, node names, and status of queue.pace-check-queue -c <queue name>
: Will color code each node by availability. Useful to quickly see which nodes are accepting jobs.pace-check-queue -s <queue name>
: Shows the feature tags for each node. These tags can be used in yourPBS
script to request certain hardware capabilities, such as intel processors or nvidia gpus.pace-check-queue -h
: Opens the man page forpace-check-queue
- Additional Flags: The flags
[-m] [-j] and [-x]
Allow you to simplify the output ofpace-check-queue
, and to print the results in xml or json.
Modules¶
module avail <optional module name>
: lists modules (software) available on pace and can provide a module name to search for specific software.module load <module name>
: loads module into environment.module purge
: gets rid of any modules loaded.
Job Submission¶
- Visit the Phoenix Job Submission page for more information on Phoenix job submission.
- Visit the Hive Job Submission page for more information on Hive job submission.
Informational Commands¶
- Visit the Phoenix Information Commands page for more information on helpful commands on Phoenix.
- Visit the Hive Information Commands page for more information on helpful commands on Hive.
Check Storage¶
pace-quota
: gives you a summary of how much storage you have used and how much you have left.
Troubleshooting¶
pace-why-inqueue <jobid>
: diagnoses why a job is stuck in the queue (not running).