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
1 change: 1 addition & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ chapters:
- file: part3.md
- file: part4.md
- file: part5.md
- file: part6.md


# ===== Training and Support ========================
Expand Down
28 changes: 6 additions & 22 deletions book/part4.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
# Session 4: Scheduler and modules

- What is a scheudler
- Fair use

- Again, divided up into mini tabset "presentations"

- https://cautious-happiness-oz2284n.pages.github.io/#/basic-slurm-configuration
- https://cautious-happiness-oz2284n.pages.github.io/#/basic-slurm-job-scripts
- https://arcdocs.leeds.ac.uk/aire/usage/job_type.html
- https://arcdocs.leeds.ac.uk/aire/usage/job_example.html
# Session 4: Modules and Software

## What are modules and how to use them?

## Practical - submit an example serial job

- Create/share example job and job scrpt

https://arctraining.github.io/rc-slides/hpc1.html#/submit-a-serial-python-job

## Practical - submitting a parallelised job

- Create/port over previous examples

https://arctraining.github.io/rc-slides/hpc1.html#/submit-some-parallel-jobs
## other ways to get/run software
### spack/easybuild
### download
### self build
### container
23 changes: 23 additions & 0 deletions book/part5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Session 5: Scheduler

- What is a scheduler
- Fair use

- Again, divided up into mini tabset "presentations"

- https://cautious-happiness-oz2284n.pages.github.io/#/basic-slurm-configuration
- https://cautious-happiness-oz2284n.pages.github.io/#/basic-slurm-job-scripts
- https://arcdocs.leeds.ac.uk/aire/usage/job_type.html
- https://arcdocs.leeds.ac.uk/aire/usage/job_example.html


## Practical - submit an example serial job

- 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
9 changes: 9 additions & 0 deletions book/part6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Session 6: Managing and Troubleshooting Jobs

## Queue commands

## checks

## docs (and google)

## submit a ticket
Loading