srun for interactive jobs and sbatch for batch scripts. For a quick smoke test, run srun -N 1 hostname to verify the cluster is healthy. To submit a multi-node training script, run sbatch train.sh.
For a full walkthrough, see Submit your first training job. When you are ready for a more realistic workload, see Submit a more complex training job.
Workload Scheduling