Solutions

sbatch

We get the following error:

sbatch: error: Batch job submission failed: Invalid qos specification

Running a batch job

Again we get an error.

sbatch: error: Batch job submission failed: Requested time limit is invalid (missing or exceeds some limit)

adding the account

If you have successfully updated your runscript it should now be able to be submitted, and should run on one of the compute nodes (c*).

A file named slurm-<jobid>.out will have been created. This is the stdout from your run.

Redirecting output

Your output should have been sent to a file called myjob.<jobid>.o where <jobid> is a numeric value identifying your job. If there were any errors written they would have been put in a file called myjob.<jobid>.e.