This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
guide:induction [2020/03/02 10:49] kevin created |
guide:induction [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| =====Prerequisite Skills===== | =====Prerequisite Skills===== | ||
| - | Linux command line shell. | + | Linux command line interface. |
| + | |||
| + | You should be familiar with Linux basics: | ||
| + | * files and subdirectories: | ||
| + | * the file system tree: relative and absolute paths | ||
| + | * listing files and their meta-data: the '' | ||
| + | * view files: '' | ||
| + | * file permissions: | ||
| + | * UID and GID: sharing files | ||
| + | * streams and pipelines: '' | ||
| + | * processes: '' | ||
| + | * environment variables | ||
| + | |||
| + | Slides: | ||
| + | * {{: | ||
| =====Course 0===== | =====Course 0===== | ||
| - | A brief reference | + | A brief overview |
| + | * short reference "cheat sheet" | ||
| + | * {{: | ||
| =====Course 1===== | =====Course 1===== | ||
| Introduction to: | Introduction to: | ||
| - | * logging | + | * logging |
| * interactive sessions | * interactive sessions | ||
| - | * software | + | * software |
| - | * job script | + | * how to: |
| + | * write a job script, | ||
| + | * submit a job script, | ||
| + | * view the status of your jobs, | ||
| + | * cancel and remove a job from the queue | ||
| + | * how to diagnose and fix problems | ||
| + | {{: | ||
| =====Course 2===== | =====Course 2===== | ||
| + | |||
| + | Building and installing your software. | ||
| + | * local software | ||
| + | * compiling and installing a simple library '' | ||
| + | * creating a module | ||
| + | |||
| + | =====Course 3===== | ||
| Practical HPC | Practical HPC | ||