sbatch Command Examples

Submit a batch job to the SLURM scheduler. More information: https://manned.org/sbatch.

sbatch {{path/to/job.sh}}

sbatch --job-name={{myjob}} {{path/to/job.sh}}

sbatch --time={{00:30:00}} {{path/to/job.sh}}

sbatch --nodes={{3}} {{path/to/job.sh}}