Submitting a batch job
Submit to the queue:
sbatch <batch_job_file>
Check that the job was submitted correctly:
squeue -u <username>
scancel <jobid>
sacct
By default, the sacct
command displays information about the users' own jobs. It also has a wide selection of options and parameters that can be used to select which data is displayed.