Skip to content

Commit

Permalink
Merge pull request #3 from baskerville-hpc/reservation
Browse files Browse the repository at this point in the history
Addeing srun for turing with resevation
  • Loading branch information
gyear authored Jan 28, 2025
2 parents 9df5d39 + 00d418f commit db4dca7
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Baskerville_Portal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This session covers how to navigate and use interactive applications on Baskervi
- NVDashboard to monitor GPUs
- using the TensorBoard portal app

The presentation can be found here: [Baskerville Portal](https://bham-my.sharepoint.com/personal/g_yearwood_bham_ac_uk/_layouts/15/guestaccess.aspx?share=EQdvvRe1dn1Nutl6I8xMcWABJOvPmwK1RLY4WoDfkFu_sg&e=ugWtPH)
The presentation can be found here: [Baskerville Portal](https://bham-my.sharepoint.com/personal/g_yearwood_bham_ac_uk/_layouts/15/guestaccess.aspx?share=ESyyzqHX3BNCpryRu-tiuPYBwiyWHJHyDyYVFnUQ_8zv2A&e=4jIyS6)

## Resources

Expand Down
Binary file removed Interactive_jobs/Baskerville-Interactive-jobs.pdf
Binary file not shown.
Binary file removed Interactive_jobs/Baskerville-Interactive-jobs.pptx
Binary file not shown.
2 changes: 1 addition & 1 deletion Interactive_jobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This activity will cover how to create an interactive job on Baskerville and wil
- Using `nvidia-smi` to monitor the GPU performance
- Running an interactive job for x11 fowarding

The presentation for this session can be found here: [Baskerville Interactive Jobs](https://bham-my.sharepoint.com/personal/g_yearwood_bham_ac_uk/_layouts/15/guestaccess.aspx?share=EdJ2j-RLF9lFutsxqTaJqwgBM2ldAFg6S5YWQFEhUAvnoQ&e=njIMh3)
The presentation for this session can be found here: [Baskerville Interactive Jobs](https://bham-my.sharepoint.com/personal/g_yearwood_bham_ac_uk/_layouts/15/guestaccess.aspx?share=EV-9jfeAsiZLiiSpmfwwx0ABljAHOD7pXVZVATLExuQb3g&e=wkrmW0)


## Resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# --x11 == allows X11 forwarding and GUI options
# More details on srun options can be found: https://slurm.schedmd.com/srun.html

srun --export=USER,HOME,PATH,TERM,DISPLAY --account=offx6098-dls-train25 --qos=diamond --nodes=1-1 --ntasks=36 --gres=gpu:1 --time=01:00:00 --pty /bin/bash
srun --export=USER,HOME,PATH,TERM,DISPLAY --account=vjgo8416-training25 --qos=turing --nodes=1-1 --ntasks=36 --gres=gpu:1 --time=01:00:00 --reservation=vjgo8416-training25 --pty /bin/bash
2 changes: 1 addition & 1 deletion Intro_to_Baskerville/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
- Baskerville Applications - <https://apps.baskerville.ac.uk/>
- Baskerville Portal <https://portal.baskerville.ac.uk>
- Baskerville Admin <https://admin.baskerville.ac.uk/>
- The presentation can be found here: [Introduction_to_Baskerville](https://bham-my.sharepoint.com/personal/g_yearwood_bham_ac_uk/_layouts/15/guestaccess.aspx?share=EYHabXJKjyVAgyZhtwwsXtsBL-yl6ZzgBVVfOHMcHe76xA&e=ymj9PK)
- The presentation can be found here: [Introduction_to_Baskerville](https://bham-my.sharepoint.com/personal/g_yearwood_bham_ac_uk/_layouts/15/guestaccess.aspx?share=EfFjoNN9PXJGscOY-vlQEIsBkJHatSOjziGuQquwDFt3rw&e=HSWPoS)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Repository for materials used at the Baskerville Training workshop held for our
| 10:00 - 11:00 | Coffee | - | 1h | - |
| 11:00 - 12:00 | Intro to Baskerville HPC | Introduction to the cluster, how to acknowledge, logging in, architecture & system explaination | 1h | Gavin Yearwood |
| 12:00 - 13:00 | Lunch || 1h ||
| 13:30 - 14:00 | Intro to Baskerville Portal | Baskerville Portal Demo, Tensorboad, JupyterLab and NVDashboard | 1h | Gavin Yearwood |
| 13:00 - 14:00 | Intro to Baskerville Portal | Baskerville Portal Demo, Tensorboad, JupyterLab and NVDashboard | 1h | Gavin Yearwood |
| 14:00 - 15:15 | Non-Interactive Batch Jobs | Submitting jobs on Baskerville using `sbatch` | 1h15m | Tom Neep |
| 15:15 - 15:30 | Coffee | - | 15m | - |
| 15:30 - 17:00 | Interactive Jobs and Tmux | Using `srun` to start interactive jobs and using Tmux | 1h30m | Gavin Yearwood |
Expand Down

0 comments on commit db4dca7

Please sign in to comment.