- Resources
- PROJECTS
- Training
- NEWS
- User Support
- About
CRC Wrappers
The CRC Team provides some wrapper scripts that make interacting with SLURM easier by abstracting away some of the details of common commands. The scripts are written in Python and should accept -h and --help to provide help documentation.
What commands are available?
Wrapper Script Name | SLURM Functionality | Explanation |
crc-sinfo.py | sinfo | Oververview of the current hardware status |
crc-squeue.py | squeue |
Provide a more convenient view of your currently running jobs
|
crc-scancel.py | scancel | Cancel the the job with the provided JobID |
crc-interactive.py | srun |
|
crc-quota.py | Show your storage quota on all of our storage systems | |
crc-usage.py |
Show your usage on each cluster
|
|
crc-job-stats.py |
This script is meant to be added at the bottom of your Slurm scripts (after srun) to give the statististic of your job. |