Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ root: welcome
# ===== Getting Started =============================

chapters:
- file: part1.md
- file: part2.md
- file: part3.md
- file: part4.md
- file: part5.md
- file: part6.md

- file: what-is-hpc.md
- file: logging-on-and-linux-recap.md
- file: storage.md
- file: modules-software.md
- file: scheduling-submission.md
- file: best-practices-troubleshooting.md
- file: wrap-up.md

# ===== Training and Support ========================
- url: https://arc.leeds.ac.uk/courses/
title: Training Courses
- file: support/start
title: Contact Us
- url: https://arc.leeds.ac.uk
title: Research Computing Website
10 changes: 10 additions & 0 deletions book/best-practices-troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Session 6: HPC Best Practices & Troubleshooting


## Common issues with job submission and system usage

## Strategies for error diagnosis and resource optimization

## Guidance and Support
### arcdocs (and google)
### submit a ticket
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions book/part6.md

This file was deleted.

20 changes: 13 additions & 7 deletions book/part5.md → book/scheduling-submission.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Session 5: Scheduler
# Session 5: Job Scheduling & Submission

## Overview of HPC job scheduling systems
### General background
### Slurm
## Job Scripts
### Structure of job scripts
### resource requests
### submission command


## exercise

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


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

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

## Practical - submitting a parallelised job - NR - Remove too advanced

- Create/port over previous examples

https://arctraining.github.io/rc-slides/hpc1.html#/submit-some-parallel-jobs
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions book/wrap-up.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Session 7: Wrap Up

## Recap
## Further Guidance
## Q&A/Discussion
Loading