Skip to content

Commit

Permalink
add proper image path
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumWalley committed Oct 6, 2024
1 parent 5bd88cb commit 15f9ebd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _episodes/01-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ that are provisioned to users on demand or as needed.

*Cluster* is a more specific term describing a type of supercomputer comprised of multiple smaller computers (nodes) working together. Almost all supercomputers are clusters.

![NeSI-HPC-Facility](https://github.com/user-attachments/assets/fb2ca699-9c94-440c-a2e3-eeb2086eed31)
![NeSI-HPC-Facility](../fig/NeSI-HPC-Facility.jpg)

## Access

Expand Down
4 changes: 2 additions & 2 deletions _episodes/064-parallel.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GPUs can be requested using `--gpus-per-node=<gpu_type>:<gpu_number>`

Depending on the GPU type, we *may* also need to specify a partition using `--partition`.

<!-- > ## GPU Job Example
## GPU Job Example
>
> Create a new script called `gpu-job.sl`
>
Expand Down Expand Up @@ -133,7 +133,7 @@ Depending on the GPU type, we *may* also need to specify a partition using `--pa
> > ```
> > {: .output}
> {: .solution}
{: .challenge} -->
{: .challenge}

### Job Array

Expand Down
Binary file added fig/NeSI-HPC-Facility.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15f9ebd

Please sign in to comment.