From db3421b123f997161c83186249a8dfc8bd13fa11 Mon Sep 17 00:00:00 2001 From: Rasmus Kronberg <43936697+rkronberg@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:39:28 +0300 Subject: [PATCH] update example jobids --- part-1/batch-resources/tutorial-sacct-seff.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/part-1/batch-resources/tutorial-sacct-seff.md b/part-1/batch-resources/tutorial-sacct-seff.md index 6a6bbbb3..2fb27af4 100644 --- a/part-1/batch-resources/tutorial-sacct-seff.md +++ b/part-1/batch-resources/tutorial-sacct-seff.md @@ -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 # replace with a valid job ID @@ -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. @@ -155,7 +155,7 @@ sacct -o jobname,jobid,reqmem,maxrss,timelimit,elapsed,state -j 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: