Skip to content

Commit

Permalink
use new repo name in slides (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi authored Sep 30, 2024
1 parent a210fb8 commit 4f92446
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -368,14 +368,14 @@ Always start a job (interactive or batch) before doing anything intensive to spa
Clone a test script
```bash
cd ~/
git clone https://github.com/neuroinformatics-unit/course-software-skills-hpc
git clone https://github.com/neuroinformatics-unit/course-behaviour-hpc
```

. . .

Make the script executable
```bash
cd course-software-skills-hpc/demo
cd course-behaviour-hpc/demo
chmod +x multiply.sh
```

Expand All @@ -397,7 +397,7 @@ exit

Check out batch script:
```bash
cd course-software-skills-hpc/demo
cd course-behaviour-hpc/demo
cat batch_example.sh
```

Expand Down Expand Up @@ -682,7 +682,7 @@ Main method for submitting jobs
## See example batch scripts

```{.bash code-line-numbers="false"}
cd ~/course-software-skills-hpc/pose-estimation/slurm-scripts
cd ~/course-behaviour-hpc/pose-estimation/slurm-scripts
ls
```

Expand Down

0 comments on commit 4f92446

Please sign in to comment.