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

Episode13 corrections #414

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion _episodes/13-scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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}
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Original file line number Diff line number Diff line change
@@ -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}
Original file line number Diff line number Diff line change
@@ -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}
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Original file line number Diff line number Diff line change
@@ -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}
Original file line number Diff line number Diff line change
@@ -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}