Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1c8e495
rename
CallumWalley Oct 7, 2025
0d0068d
Merge branch 'main' into training
CallumWalley Dec 4, 2025
525836c
moving to fin inside new struct
CallumWalley Dec 4, 2025
1999422
initial edits
jen-reeve Jan 7, 2026
044f1eb
squeue info
jen-reeve Jan 7, 2026
8b4727a
minor changes
jen-reeve Jan 7, 2026
881c0db
incorporating hpc-intro materials
jen-reeve Jan 9, 2026
6ae50d3
eod commit
jen-reeve Jan 9, 2026
80cd16e
finished adding info from hpc-intro
jen-reeve Jan 11, 2026
a7debb1
trying to fix sidebar toc
jen-reeve Jan 11, 2026
2d4ea18
Merge branch 'main' into first-job-tutorial
jen-reeve Jan 11, 2026
cb9eba5
removed shebang from input examples (users always copy paste).
CallumWalley Jan 12, 2026
e2a4bee
added cute lil icon
CallumWalley Jan 12, 2026
2c3445c
queue manager picture
jen-reeve Jan 12, 2026
baeb197
slurm script parts breakdown
jen-reeve Jan 12, 2026
a01951d
clean up
jen-reeve Jan 13, 2026
9875f11
Make name unix safe. And reo.
CallumWalley Jan 13, 2026
46d91ac
Merge remote-tracking branch 'origin/first-job-tutorial' into first-j…
CallumWalley Jan 13, 2026
2c0e37a
Add environemnt and modules
CallumWalley Jan 13, 2026
ce7c571
remove broken symlnk
CallumWalley Jan 14, 2026
bf81379
update to admonitions
CallumWalley Jan 14, 2026
39eb949
moved templats into partials
CallumWalley Jan 14, 2026
3d41f05
consolidate CSS
CallumWalley Jan 14, 2026
aeb552f
Merge branch 'training' into first-job-tutorial
CallumWalley Jan 15, 2026
a4878f2
Merge other branch, add all to top level tutorials section.
CallumWalley Jan 15, 2026
022f6d4
Horrible formatting
CallumWalley Jan 15, 2026
39d0fbe
make some pages build a bit more
CallumWalley Jan 16, 2026
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 docs/.pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ nav:
- Storage
- Data_Transfer
- Service_Subscriptions
- Tutorials
2 changes: 1 addition & 1 deletion docs/Batch_Computing/.pages.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
nav:
- Batch_Computing_Guide.md
- Submitting_your_first_job.md
- Hardware.md
- Job_prioritisation.md
- SLURM-Best_Practice.md
- Using_GPUs.md
- Job_Checkpointing.md
- Fair_Share.md
- Checksums.md
- "*"
3 changes: 2 additions & 1 deletion docs/Batch_Computing/Batch_Computing_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Depending on the needs of your batch jobs, you may need to specify the partition

## Slurm job basics

Please see [Submitting your first job](Submitting_your_first_job.md) for a detailed tutorial with instructions and examples.
Please see [Submitting your first job](Tutorial:_Submitting_your_first_job.md) for a detailed tutorial with instructions and examples.
We also have a [Slurm reference sheet](../Getting_Started/Cheat_Sheets/Slurm-Reference_Sheet.md).

### Batch scripts

Expand Down
141 changes: 0 additions & 141 deletions docs/Batch_Computing/Submitting_your_first_job.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/Batch_Computing/Using_GPUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This page provides generic information about how to access GPUs through the Slur

## Request GPU resources using Slurm

To request a GPU for your [Slurm job](Submitting_your_first_job.md), add
To request a GPU for your [Slurm job](Tutorial:_Submitting_your_first_job.md), add
the following option in the header of your submission script:

```sl
Expand Down
2 changes: 1 addition & 1 deletion docs/Getting_Started/Accessing_the_HPCs/VSCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Clicking on these will open a connection to that machine, you will then be promp

You may find that VSCode is not utilising your preferred versions of software (e.g. when debugging or linting your Python code).

As the NeSI cluster utilises [Environment Modules](../../Batch_Computing/Submitting_your_first_job.md#environment-modules), changing the executable used is not just a matter of changing the path in VSCode configuration, as the libraries required will not be loaded.
As the NeSI cluster utilises [Environment Modules](../../Tutorials/Introduction_To_HPC/Submitting_Your_First_Job.md#environment-modules), changing the executable used is not just a matter of changing the path in VSCode configuration, as the libraries required will not be loaded.

The only way to make sure that VSCode has access to a suitable environment, is to load the required modules in your `~/.bashrc`

Expand Down
2 changes: 1 addition & 1 deletion docs/Getting_Started/Cheat_Sheets/Slurm-Reference_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Quick list of the most commonly used Slurm commands, flags, and env
---

If you are unsure about using our job scheduler Slurm, more details can
be found on [Submitting_your_first_job](../../Batch_Computing/Submitting_your_first_job.md).
be found on [Batch Computing Guide](../../Batch_Computing/Batch_Computing_Guide.md) and we have a self-paced tutorial on [Submitting your first job](../../Tutorials/Introduction_To_HPC/Submitting_Your_First_Job.md).

## Slurm Commands

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Jupyter allows you to create notebooks that contain live code,
equations, visualisations and explanatory text. There are many uses for
Jupyter, including data cleaning, analytics and visualisation, machine
learning, numerical simulation, managing
[Slurm job submissions](../../../../Batch_Computing/Submitting_your_first_job.md)
[Slurm job submissions](../../../../Tutorials/Introduction_To_HPC/Submitting_Your_First_Job.md)
and workflows and much more.

## Accessing Jupyter on NeSI
Expand Down
9 changes: 9 additions & 0 deletions docs/Tutorials/Introduction_To_HPC/.pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
nav:
- What is a_HPC_cluster
- Bash_Shell
- Environment_And_Modules
- Submitting_Your_First_Job
- Resources
- Scaling
- "*"
Loading
Loading