Skip to content

Commit baece36

Browse files
authored
Merge pull request #1 from ARCTraining/NGR-TOC
Updating TOC and page structure
2 parents b96bd55 + 2e13baf commit baece36

File tree

4 files changed

+39
-22
lines changed

4 files changed

+39
-22
lines changed

book/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ chapters:
1010
- file: part3.md
1111
- file: part4.md
1212
- file: part5.md
13+
- file: part6.md
1314

1415

1516
# ===== Training and Support ========================

book/part4.md

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
1-
# Session 4: Scheduler and modules
2-
3-
- What is a scheudler
4-
- Fair use
5-
6-
- Again, divided up into mini tabset "presentations"
7-
8-
- https://cautious-happiness-oz2284n.pages.github.io/#/basic-slurm-configuration
9-
- https://cautious-happiness-oz2284n.pages.github.io/#/basic-slurm-job-scripts
10-
- https://arcdocs.leeds.ac.uk/aire/usage/job_type.html
11-
- https://arcdocs.leeds.ac.uk/aire/usage/job_example.html
1+
# Session 4: Modules and Software
122

133
## What are modules and how to use them?
144

15-
## Practical - submit an example serial job
16-
17-
- Create/share example job and job scrpt
18-
19-
https://arctraining.github.io/rc-slides/hpc1.html#/submit-a-serial-python-job
20-
21-
## Practical - submitting a parallelised job
22-
23-
- Create/port over previous examples
24-
25-
https://arctraining.github.io/rc-slides/hpc1.html#/submit-some-parallel-jobs
5+
## other ways to get/run software
6+
### spack/easybuild
7+
### download
8+
### self build
9+
### container

book/part5.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Session 5: Scheduler
2+
3+
- What is a scheduler
4+
- Fair use
5+
6+
- Again, divided up into mini tabset "presentations"
7+
8+
- https://cautious-happiness-oz2284n.pages.github.io/#/basic-slurm-configuration
9+
- https://cautious-happiness-oz2284n.pages.github.io/#/basic-slurm-job-scripts
10+
- https://arcdocs.leeds.ac.uk/aire/usage/job_type.html
11+
- https://arcdocs.leeds.ac.uk/aire/usage/job_example.html
12+
13+
14+
## Practical - submit an example serial job
15+
16+
- Create/share example job and job script
17+
https://arctraining.github.io/rc-slides/hpc1.html#/submit-a-serial-python-job
18+
19+
## Practical - submitting a parallelised job - NR - Remove too advanced
20+
21+
- Create/port over previous examples
22+
23+
https://arctraining.github.io/rc-slides/hpc1.html#/submit-some-parallel-jobs

book/part6.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Session 6: Managing and Troubleshooting Jobs
2+
3+
## Queue commands
4+
5+
## checks
6+
7+
## docs (and google)
8+
9+
## submit a ticket

0 commit comments

Comments
 (0)