Skip to content

Commit 78fe647

Browse files
authored
Merge pull request #2 from ARCTraining/NGR-TOC-Updates
file tidying
2 parents baece36 + 99b6c4e commit 78fe647

File tree

9 files changed

+35
-24
lines changed

9 files changed

+35
-24
lines changed

book/_toc.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ root: welcome
55
# ===== Getting Started =============================
66

77
chapters:
8-
- file: part1.md
9-
- file: part2.md
10-
- file: part3.md
11-
- file: part4.md
12-
- file: part5.md
13-
- file: part6.md
14-
8+
- file: what-is-hpc.md
9+
- file: logging-on-and-linux-recap.md
10+
- file: storage.md
11+
- file: modules-software.md
12+
- file: scheduling-submission.md
13+
- file: best-practices-troubleshooting.md
14+
- file: wrap-up.md
1515

1616
# ===== Training and Support ========================
1717
- url: https://arc.leeds.ac.uk/courses/
1818
title: Training Courses
19-
- file: support/start
2019
title: Contact Us
2120
- url: https://arc.leeds.ac.uk
2221
title: Research Computing Website
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Session 6: HPC Best Practices & Troubleshooting
2+
3+
4+
## Common issues with job submission and system usage
5+
6+
## Strategies for error diagnosis and resource optimization
7+
8+
## Guidance and Support
9+
### arcdocs (and google)
10+
### submit a ticket
File renamed without changes.
File renamed without changes.

book/part6.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

book/part5.md renamed to book/scheduling-submission.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# Session 5: Scheduler
1+
# Session 5: Job Scheduling & Submission
2+
3+
## Overview of HPC job scheduling systems
4+
### General background
5+
### Slurm
6+
## Job Scripts
7+
### Structure of job scripts
8+
### resource requests
9+
### submission command
10+
11+
12+
## exercise
213

314
- What is a scheduler
415
- Fair use
@@ -11,13 +22,8 @@
1122
- https://arcdocs.leeds.ac.uk/aire/usage/job_example.html
1223

1324

14-
## Practical - submit an example serial job
25+
## Practical - write and submit a simple job script, monitor its progress, and learn to interpret feedback
1526

1627
- Create/share example job and job script
1728
https://arctraining.github.io/rc-slides/hpc1.html#/submit-a-serial-python-job
1829

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
File renamed without changes.
File renamed without changes.

book/wrap-up.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Session 7: Wrap Up
2+
3+
## Recap
4+
## Further Guidance
5+
## Q&A/Discussion

0 commit comments

Comments
 (0)