diff --git a/materials/job_monitoring.md b/materials/job_monitoring.md index cdf78b7a..9e319c80 100644 --- a/materials/job_monitoring.md +++ b/materials/job_monitoring.md @@ -1,6 +1,7 @@ # Job monitoring +## Job status -* Check the status of your job: `squeue --me` +Check the status of your job: `squeue --me` ## Job output By default, the standard output (e.g. things that you print as part of your script) and standard error (e.g. error messages from Slurm, your tool or package) are written to the file `slurm-jobid.out` in the same folder as the batch job script. You can change the defaults in the batch job script: