Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update example jobids #339

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions part-1/batch-resources/tutorial-sacct-seff.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sacct -S YYYY-MM-DD # replace YYYY-MM-DD
```

{:style="counter-reset:step-counter 2"}
3. Look for a specific job – _i.e._ specify the job ID using the `-j` option (if you can't think of one, you can use `21320280`):
3. Look for a specific job – _i.e._ specify the job ID using the `-j` option (if you can't think of one, you can use `23169759`):

```bash
sacct -j <slurmjobid> # replace <slurmjobid> with a valid job ID
Expand Down Expand Up @@ -68,7 +68,7 @@ sacct -e

💬 Run a simple array job to practice using `seff` and `sacct`.

☝🏻 If you have limited time, you can skip to [Examining the finished job](#examining-the-finished-job) and use the job ID `20363893` (it is the same job).
☝🏻 If you have limited time, you can skip to [Examining the finished job](#examining-the-finished-job) and use the job ID `23694920` (it is the same job).

1. Create a file named `array.sh` and paste the following contents in it.

Expand Down Expand Up @@ -155,7 +155,7 @@ sacct -o jobname,jobid,reqmem,maxrss,timelimit,elapsed,state -j <slurmjobid>
1. Look at the error messages produced by the failed jobs.
2. When you know which sub jobs failed and why, adjust the resource requests as necessary.

☝🏻 If you have limited time, you can skip to step 4 and use the job ID `20363922` (it is the same job with adjusted resource requests).
☝🏻 If you have limited time, you can skip to step 4 and use the job ID `23695009` (it is the same job with adjusted resource requests).

- Change time and memory reservations:

Expand Down