Messages from sbatch
sbatch messages
shell warning
Submitting a job without specifying the proper shell will return a warning like below:
sbatch: WARNING: Job script lacks first line beginning with #! shell. Injecting '#!/bin/bash' as first line of job script.
Errors
If an error is encountered, the job is rejected.
Not specifying a project account
It is required to specify an account for a job to run. Please use the --account=<project-code>
option to do this.