This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
workshops:practicalhpc2022 [2022/08/18 17:40] wikiadmin created |
workshops:practicalhpc2022 [2022/08/18 18:26] (current) wikiadmin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Practical HPC — 2022 Winter School====== | ======Practical HPC — 2022 Winter School====== | ||
| + | |||
| + | This page collects all the lecture notes, video links and worksheets in one place for use by anyone who wants to self-study or teach. | ||
| + | |||
| + | The Practical HPC course is intended to teach practical skills for using the CHPC supercomputer cluster effectively and efficiently. | ||
| + | |||
| + | - Workflow to Job Script | ||
| + | - Scaling | ||
| + | |||
| + | over two weeks. | ||
| + | |||
| + | |||
| + | =====Workflow to Job Script===== | ||
| + | |||
| + | First we cover the basics of the user's view of the cluster and how to write, submit and monitor a job script. | ||
| + | |||
| + | ====The CHPC Cluster Environment==== | ||
| + | |||
| + | ====PBSPro Scheduler and Jobs==== | ||
| + | |||
| + | =====Scaling===== | ||
| + | |||
| + | Scaling is the performance of a parallel program across different number of nodes and cores. | ||
| + | |||
| + | ====Compilers and Libraries==== | ||
| + | |||
| + | ====Performance==== | ||
| + | |||
| + | |||