File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ machine sends back. We will use the Secure SHell protocol (or SSH) to open an
4545encrypted network connection between two machines, allowing you to send \&
4646receive 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}
Original file line number Diff line number Diff line change @@ -39,7 +39,10 @@ in a restaurant. If you can relate to an instance where you had to wait for a
3939while in a queue to get in to a popular restaurant, then you may now understand
4040why 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
4447The 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
You can’t perform that action at this time.
0 commit comments