This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
workshops:hpcprac2 [2017/07/04 11:29] kevin |
workshops:hpcprac2 [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =====Practical 2: Using CHPC===== | + | =====Practical 2: OpenMP & Using CHPC===== |
| **Aim:** to launch a parallel job on the CHPC cluster //Lengau//. | **Aim:** to launch a parallel job on the CHPC cluster //Lengau//. | ||
| Line 62: | Line 62: | ||
| cnode0004: | cnode0004: | ||
| + | ====Practical 2 Worksheet==== | ||
| + | Download and follow the {{: | ||
| - | =====OpenMP Part II===== | + | Copy the // |
| - | ====Job Control==== | + | cp ~/ |
| + | |||
| + | cd ~/lustre | ||
| + | Then untar (unpack) it. | ||
| - | To check the status on your jobs in the Winter School queue: | + | tar -zxvf OpenMP_Tut.tar.gz |
| - | qstat | grep R522145 | + | And then go into the //OpenMP/// tut directory and start the practical. |
| + | |||
| + | =====OpenMP Part II===== | ||
| - | This command lists all the jobs in the **R522145** queue. | + | ====Job Script==== |
| + | Most of the prac can be done in an interactive session. | ||