Skip to content

Commit 9cd9187

Browse files
committed
Tweak a few things
1 parent 3c6959c commit 9cd9187

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

episodes/13-hpcc-scheduler.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,12 @@ script, but the ``r config$sched$flag$name`` option can be used to change the
186186
name of a job. Add an option to the script:
187187

188188
```bash
189-
`r config$remote$prompt`cat example-job.sh
189+
`r config$remote$prompt` cat example-job.sh
190190
```
191191

192192
```output
193193
`r config$remote$bash_shebang`
194-
`r config$sched$comment``r config$sched$flag$name`hello-world
194+
`r config$sched$comment` `r config$sched$flag$name` hello-world
195195
196196
echo -n "This script is running on "
197197
hostname
@@ -200,8 +200,8 @@ hostname
200200
Submit the job and monitor its status:
201201

202202
```bash
203-
`r config$remote$prompt``r config$sched$submit$name`{% if site.sched.submit.options != '' %}`r config$sched$submit$options` {% endif %}example-job.sh
204-
`r config$remote$prompt``r config$sched$status` `r config$sched$flag$user`
203+
`r config$remote$prompt` `r config$sched$submit$name` `r config$sched$submit$options` example-job.sh
204+
`r config$remote$prompt` `r config$sched$status` `r config$sched$flag$user`
205205
```
206206

207207
```output

episodes/lesson_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local:
44
bash_shebang: "#!/usr/bin/env bash"
55

66
snippets: HPCC_MagicCastle_slurm
7-
baseurl: "https://jlchang.github.io/probable-pancake/"
7+
baseurl: "https://ocaisa.github.io/probable-pancake/"
88

99
remote:
1010
name: "HPC Carpentry's Cloud Cluster"
@@ -15,7 +15,7 @@ remote:
1515
location: "cluster.hpc-carpentry.org"
1616
homedir: "/home"
1717
user: "yourUsername"
18-
prompt: 'yourUsername@login1 ~]'
18+
prompt: '[yourUsername@login1 ~]'
1919
prompt_work: #"userid@uan01:/work/ta114/ta114/userid>"
2020
module_python3: "Python"
2121
bash_shebang: "#!/bin/bash"

0 commit comments

Comments
 (0)