Skip to content

Commit b4bf1d1

Browse files
committed
Added note on cloning challenges repo
1 parent 7c805c8 commit b4bf1d1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/chapter4/challenges.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@
44

55
- [Parallel Computing Challenges](#parallel-computing-challenges)
66
- [Overview](#overview)
7-
- [Notice](#notice)
7+
- [Pre-Tasks](#pre-tasks)
88
- [Task 1 - Single Cluster Job using OpenMP](#task-1---single-cluster-job-using-openmp)
99
- [Task 2 - Parallel `for` Loop](#task-2---parallel-for-loop)
1010
- [Task 3 - Parallel Reductions](#task-3---parallel-reductions)
1111
- [Task 4 - Laplace Equation for Calculating the Temperature of a Square Plane](#task-4---laplace-equation-for-calculating-the-temperature-of-a-square-plane)
1212
- [Task 5 - Calculate Pi using "Monte Carlo Algorithm"](#task-5---calculate-pi-using-monte-carlo-algorithm)
1313

14-
## Notice
14+
## Pre-Tasks
1515

16-
For every challenge you will be running the programs as SLURM jobs. This is so we don't overload the login nodes. A template [SLURM job script](./job.slurm) is provided at the root of this directory which you can use to submit your own jobs to SLURM by copying it to each challenges sub-directory and filling in the missing details. You may need more than one for some challenges. This template will put the would-be-printed output in a file named `slurm-<job-name>.out`.
16+
Make sure to clone a copy of **your** challenges repo onto M3, ideally in a personal folder on vf38_scratch.
17+
18+
> Note: For every challenge you will be running the programs as SLURM jobs. This is so we don't overload the login nodes. A template [SLURM job script](./job.slurm) is provided at the root of this directory which you can use to submit your own jobs to SLURM by copying it to each challenges sub-directory and filling in the missing details. You may need more than one for some challenges. This template will put the would-be-printed output in a file named `slurm-<job-name>.out`.
1719
1820
## Task 1 - Single Cluster Job using OpenMP
1921

0 commit comments

Comments
 (0)