Skip to content

Commit e77b674

Browse files
author
Trevor Keller
committed
Broken image link
1 parent e243d45 commit e77b674

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

episodes/11-connecting.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ machine sends back. We will use the Secure SHell protocol (or SSH) to open an
4545
encrypted network connection between two machines, allowing you to send \&
4646
receive text and data without having to worry about prying eyes.
4747

48-
![connect-to-remote.svg](/fig/connect-to-remote.svg){
48+
![connect-to-remote.svg](fig/connect-to-remote.svg){
4949
max-width="50%"
5050
alt="Connect to cluster. "
5151
}

episodes/13-scheduler.Rmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ in a restaurant. If you can relate to an instance where you had to wait for a
3939
while in a queue to get in to a popular restaurant, then you may now understand
4040
why sometimes your job do not start instantly as in your laptop.
4141

42-
![](fig/restaurant_queue_manager.svg){alt="Compare a job scheduler to a waiter in a restaurant" max-width="75%"}
42+
![analogy](fig/restaurant_queue_manager.svg){
43+
alt="Compare a job scheduler to a waiter in a restaurant"
44+
max-width="75%"
45+
}
4346

4447
The scheduler used in this lesson is `r config$sched$name`. Although
4548
`r config$sched$name` is not used everywhere, running jobs is quite similar
@@ -214,7 +217,7 @@ The following are several key resource requests:
214217
- `--ntasks=<ntasks>` or `-n <ntasks>`: How many CPU cores does your job need,
215218
in total?
216219

217-
- `--time <days-hours:minutes:seconds>` or `-t <days-hours:minutes:seconds>`:
220+
- `--time=<days-hours:minutes:seconds>` or `-t <days-hours:minutes:seconds>`:
218221
How much real-world time (walltime) will your job take to run? The `<days>`
219222
part can be omitted.
220223

0 commit comments

Comments
 (0)