Skip to content

Commit

Permalink
Fix typo in slurm.mdx (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Apr 30, 2024
1 parent 8a1cfcc commit f9c283f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/compute-cluster/slurm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ sbatch slurm_job.sh
This submits the job to the SLURM cluster, and you will receive a job ID in return.
After the job is submitted, it will be queued until resources are available.

You can also the status of your job by running[^squeue]:
You can see a list of your queued and in-progress jobs by running[^squeue]:

```bash copy
squeue -u $(whoami) --format="%.18i %.9P %.30j %.20u %.10T %.10M %.9l %.6D %R"
Expand Down

0 comments on commit f9c283f

Please sign in to comment.