Skip to content

Commit ff07f64

Browse files
committed
landing page finished
1 parent 25a3772 commit ff07f64

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,20 @@ The material can be viewed [here](https://psteinb.github.io/hpc-parallel-novice)
1010

1111
The material targets future users of a HPC infrastructure of any discipline. The learners are expected to have an introductory level of programming skills. Learners are expected to know how to submit a batch job on a HPC cluster. Further, knowledge on how to write functions in python are required. Basic `numpy` array commands are beneficial but not required to follow the course.
1212

13+
This boils down to the fact, that learners should have completed:
14+
15+
- [swcarpentry/shell-novice](https://swcarpentry.github.io/shell-novice/)
16+
- [swcarpentry/python-novice-inflammation](https://swcarpentry.github.io/python-novice-inflammation/)
17+
- [hpccarpentry/hpc-intro](https://carpentries-incubator.github.io/hpc-intro/) or [hpc-in-a-day's](https://psteinb.github.io/hpc-parallel-novice/) first 4 lessons
18+
1319
## Scheduler
1420

1521
This material tries to be scheduler agnostic. Currently, it supports LSF and SLURM. The job scheduler type can be set with the `workshop_scheduler` variable in [_config.yaml](./_config.yaml).
1622

23+
## How to Teach
24+
25+
More information on how to teach this material can be found in the instructor notes under the `Extras` tab.
26+
1727
# How to build
1828

1929
## Dependencies

0 commit comments

Comments
 (0)