Skip to content

Commit

Permalink
Update job_monitoring.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ktiits authored Sep 5, 2024
1 parent ba79fb6 commit be930fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion materials/job_monitoring.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit be930fb

Please sign in to comment.