Skip to content

Commit 39f1898

Browse files
author
Avery Kerley
committed
Updates to "hello-world" or equivalent to match given name
1 parent 35fdad3 commit 39f1898

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```
22
JOBID USER ACCOUNT NAME ST REASON START_TIME TIME TIME_LEF...
3-
38191 yourUsername yourAccount new_name PD Priority N/A 0:00 1:00:00 ...
3+
38191 yourUsername yourAccount hello-wo PD Priority N/A 0:00 1:00:00 ...
44
```
55
{: .output}

_includes/snippets_library/EPCC_Cirrus_pbs/scheduler/job-with-name-status.snip

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
Req'd Req'd Elap
44
Job ID Username Queue Jobname SessID NDS TSK Memory Time S Time
55
------ -------- -------- ---------- ------ --- --- ------ ----- - -----
6-
38778 yourUser workq new_name 51536 1 1 -- 96:00 R 00:00
6+
38778 yourUser workq hello-worl 51536 1 1 -- 96:00 R 00:00
77
```
88
{: .output}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```
22
JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)
3-
10 cpubase_b new_name user01 R 0:02 1 node1
3+
10 cpubase_b hello-wo user01 R 0:02 1 node1
44
```
55
{: .output}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
```
22
JOBID PARTITION NAME ST TIME NODES NODELIST(REASON)
3-
212202 {{ site.sched.queue.debug }} new_name R 0:02 1 r002
3+
212202 {{ site.sched.queue.debug }} hello-wo R 0:02 1 r002
44
55
```
66
{: .output}

_includes/snippets_library/NIST_CTCMS_slurm/scheduler/terminate-job-begin.snip

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Submitted batch job 212203
33
44
JOBID PARTITION NAME ST TIME NODES NODELIST(REASON)
5-
212203 {{ site.sched.queue.debug }} new_name R 0:03 1 r002
5+
212203 {{ site.sched.queue.debug }} hello-wo R 0:03 1 r002
66
```
77
{: .output}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```
22
JOBID ACCOUNT NAME ST REASON START_TIME TIME TIME_LEFT NODES CPUS
3-
38191 yourAccount new_name PD Priority N/A 0:00 1:00:00 1 1
3+
38191 yourAccount hello-wo PD Priority N/A 0:00 1:00:00 1 1
44
```
55
{: .output}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
```
22
job-ID prior name user state submit/start at slots
33
------------------------------------------------------------------------
4-
38191 0.00000 new_name yourUser qw 06/25/2020 13:25:26 1
4+
38191 0.00000 hello-worl yourUser qw 06/25/2020 13:25:26 1
55
```
66
{: .output}

0 commit comments

Comments
 (0)