services
SBATCH commands to submit an HPC job to Slurm
- John
- March 18, 2022
One of the first stumbling blocks of learning to use an HPC (High-Performance Cluster) is learning to submit a job to the queue. That job will be run by the nodes in the queue, not on the computer where you ran it. The SBATCH script is sort of like a shell script with a whole […]
Read More
services
Running a Raspberry Pi HPC Cluster
- John
- March 18, 2022
Some Slurm Commands scontrol show partition Use this command to check the configuration of your partition. It tells you things like how many CPUs are available or if the configuration you put in place is working the way you had planned. scontrol show config If you need a little bit more details, this command will […]
Read More