You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+54-1Lines changed: 54 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,61 @@ import cupy as cp
16
16
17
17
By the end, you’ll have everything in place to leverage GPU acceleration immediately. We’ll walk you through installing the tools, configuring your environment, and running your first CUDA-powered code, so you can start leveraging the benefit of GPUs.
18
18
19
+
## University of Exeter ISCA HPC Installation Instructions
20
+
```{important}
21
+
If you’re working on the ISCA HPC at the University of Exeter, all required software is already provided as modules — you can skip these installation steps.
22
+
```
23
+
24
+
### Two Ways to Run the Course Code
25
+
26
+
#### Method 1: Batch Submission via Slurm
27
+
All of the key Slurm submission scripts live in the
28
+
`exeter_isca_slurm_submission_scripts/` directory. You can submit a job with
0 commit comments