This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
guide:induction1 [2020/03/27 10:23] kevin [Job Script] |
guide:induction1 [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| </ | </ | ||
| where you will need to replace '' | where you will need to replace '' | ||
| + | |||
| + | > If you do not have an account on Lengau as part of a CHPC research programme then you will be provided with a temporary '' | ||
| For more information on **ssh** see the // | For more information on **ssh** see the // | ||
| Line 66: | Line 68: | ||
| The practical portion of this short course uses a {{: | The practical portion of this short course uses a {{: | ||
| + | |||
| + | =====Interactive Job===== | ||
| + | |||
| + | The login nodes are not for any substantive computation, | ||
| + | |||
| + | < | ||
| + | qsub -I | ||
| + | </ | ||
| + | |||
| + | You will then see (after a short delay) a display similar to: | ||
| + | |||
| + | < | ||
| + | login2:~$ qsub -I -q serial -l select=1: | ||
| + | qsub: waiting for job 2665052.sched01 to start | ||
| + | qsub: job 2665052.sched01 ready | ||
| + | |||
| + | cnode0040: | ||
| + | </ | ||
| + | Note that you are now connected to a //compute node// as indicated by the prompt: you are on '' | ||
| + | |||
| =====First Job Script===== | =====First Job Script===== | ||