Goal: Introduction to Slurm and how to start interactive sessions, submit jobs and monitor.
...
Code Block |
---|
[]$ salloc –A arccanetrain –t 1:00 --reservation=<reservation-name> |
Warning |
---|
For the August 2024 workshop, the reservation is |
...
Interactive Session: squeue
: What’s happening?
...
Code Block |
---|
[]$ salloc -A arccanetrain -t 1:00 --reservation=<reservation-name> salloc: Granted job allocation 13526338 salloc: Nodes m233 are ready for job [arcc-t05@m233 ...]$ Do stuff… []$ exit exit salloc: Relinquishing job allocation 13526338 |
...
Submit Jobs: sbatch
Info |
---|
|
...
Submit Jobs: sbatch
: Template
...