diff --git a/_episodes/13-scheduler.md b/_episodes/13-scheduler.md index 54384471..f26a3d40 100644 --- a/_episodes/13-scheduler.md +++ b/_episodes/13-scheduler.md @@ -130,7 +130,7 @@ status, we check the queue using the command > nothing was printed to the terminal. > > Cluster job output is typically redirected to a file in the directory you -> launched it from. Use `ls` to find and read the file. +> launched it from. Use `ls` to find and `cat` to read the file. {: .discussion} ## Customising a Job diff --git a/_includes/snippets_library/ComputeCanada_Graham_slurm/scheduler/job-with-name-status.snip b/_includes/snippets_library/ComputeCanada_Graham_slurm/scheduler/job-with-name-status.snip index dc1fda51..a5fc515e 100644 --- a/_includes/snippets_library/ComputeCanada_Graham_slurm/scheduler/job-with-name-status.snip +++ b/_includes/snippets_library/ComputeCanada_Graham_slurm/scheduler/job-with-name-status.snip @@ -1,5 +1,5 @@ ``` JOBID USER ACCOUNT NAME ST REASON START_TIME TIME TIME_LEF... -38191 yourUsername yourAccount new_name PD Priority N/A 0:00 1:00:00 ... +38191 yourUsername yourAccount hello-wo PD Priority N/A 0:00 1:00:00 ... ``` {: .output} diff --git a/_includes/snippets_library/EPCC_Cirrus_pbs/scheduler/job-with-name-status.snip b/_includes/snippets_library/EPCC_Cirrus_pbs/scheduler/job-with-name-status.snip index 84c74af2..fe467110 100644 --- a/_includes/snippets_library/EPCC_Cirrus_pbs/scheduler/job-with-name-status.snip +++ b/_includes/snippets_library/EPCC_Cirrus_pbs/scheduler/job-with-name-status.snip @@ -3,6 +3,6 @@ Req'd Req'd Elap Job ID Username Queue Jobname SessID NDS TSK Memory Time S Time ------ -------- -------- ---------- ------ --- --- ------ ----- - ----- -38778 yourUser workq new_name 51536 1 1 -- 96:00 R 00:00 +38778 yourUser workq hello-worl 51536 1 1 -- 96:00 R 00:00 ``` {: .output} diff --git a/_includes/snippets_library/Magic_Castle_EESSI_slurm/scheduler/job-with-name-status.snip b/_includes/snippets_library/Magic_Castle_EESSI_slurm/scheduler/job-with-name-status.snip index 10ef20fd..838c5464 100644 --- a/_includes/snippets_library/Magic_Castle_EESSI_slurm/scheduler/job-with-name-status.snip +++ b/_includes/snippets_library/Magic_Castle_EESSI_slurm/scheduler/job-with-name-status.snip @@ -1,5 +1,5 @@ ``` JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON) - 10 cpubase_b new_name user01 R 0:02 1 node1 + 10 cpubase_b hello-wo user01 R 0:02 1 node1 ``` {: .output} diff --git a/_includes/snippets_library/NIST_CTCMS_slurm/scheduler/job-with-name-status.snip b/_includes/snippets_library/NIST_CTCMS_slurm/scheduler/job-with-name-status.snip index b499e6c0..583fbff9 100644 --- a/_includes/snippets_library/NIST_CTCMS_slurm/scheduler/job-with-name-status.snip +++ b/_includes/snippets_library/NIST_CTCMS_slurm/scheduler/job-with-name-status.snip @@ -1,6 +1,6 @@ ``` JOBID PARTITION NAME ST TIME NODES NODELIST(REASON) -212202 {{ site.sched.queue.debug }} new_name R 0:02 1 r002 +212202 {{ site.sched.queue.debug }} hello-wo R 0:02 1 r002 ``` {: .output} diff --git a/_includes/snippets_library/NIST_CTCMS_slurm/scheduler/terminate-job-begin.snip b/_includes/snippets_library/NIST_CTCMS_slurm/scheduler/terminate-job-begin.snip index 6dded9c6..552c2f12 100644 --- a/_includes/snippets_library/NIST_CTCMS_slurm/scheduler/terminate-job-begin.snip +++ b/_includes/snippets_library/NIST_CTCMS_slurm/scheduler/terminate-job-begin.snip @@ -2,6 +2,6 @@ Submitted batch job 212203 JOBID PARTITION NAME ST TIME NODES NODELIST(REASON) -212203 {{ site.sched.queue.debug }} new_name R 0:03 1 r002 +212203 {{ site.sched.queue.debug }} hello-wo R 0:03 1 r002 ``` {: .output} diff --git a/_includes/snippets_library/Norway_SIGMA2_SAGA_slurm/scheduler/job-with-name-status.snip b/_includes/snippets_library/Norway_SIGMA2_SAGA_slurm/scheduler/job-with-name-status.snip index bd60606f..f6defbda 100644 --- a/_includes/snippets_library/Norway_SIGMA2_SAGA_slurm/scheduler/job-with-name-status.snip +++ b/_includes/snippets_library/Norway_SIGMA2_SAGA_slurm/scheduler/job-with-name-status.snip @@ -1,5 +1,5 @@ ``` JOBID ACCOUNT NAME ST REASON START_TIME TIME TIME_LEFT NODES CPUS -38191 yourAccount new_name PD Priority N/A 0:00 1:00:00 1 1 +38191 yourAccount hello-wo PD Priority N/A 0:00 1:00:00 1 1 ``` {: .output} diff --git a/_includes/snippets_library/UCL_Myriad_sge/scheduler/job-with-name-status.snip b/_includes/snippets_library/UCL_Myriad_sge/scheduler/job-with-name-status.snip index 289e5973..f84c3c31 100644 --- a/_includes/snippets_library/UCL_Myriad_sge/scheduler/job-with-name-status.snip +++ b/_includes/snippets_library/UCL_Myriad_sge/scheduler/job-with-name-status.snip @@ -1,6 +1,6 @@ ``` job-ID prior name user state submit/start at slots ------------------------------------------------------------------------ -38191 0.00000 new_name yourUser qw 06/25/2020 13:25:26 1 +38191 0.00000 hello-worl yourUser qw 06/25/2020 13:25:26 1 ``` {: .output}