User Tools

Site Tools


workshops:hpcprac2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
workshops:hpcprac2 [2017/07/04 14:11]
kevin [Practical 2 Worksheet]
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 68: Line 68:
 Copy the //OpenMP_Tut.tar.gz// file from the student00 home directory to your home directory. Copy the //OpenMP_Tut.tar.gz// file from the student00 home directory to your home directory.
  
-  cp ~/../student00/OpenMP_Tut.tar.gz ~+  cp ~/../student00/OpenMP_Tut.tar.gz ~/lustre 
 +   
 +  cd ~/lustre
  
 Then untar (unpack) it. Then untar (unpack) it.
  
-  tar -zxvf ~/OpenMP_Tut.tar.gz+  tar -zxvf OpenMP_Tut.tar.gz
  
 And then go into the //OpenMP/// tut directory and start the practical.  Have fun! And then go into the //OpenMP/// tut directory and start the practical.  Have fun!
Line 78: Line 80:
 =====OpenMP Part II=====   =====OpenMP Part II=====  
  
-====Job Control==== +====Job Script====
- +
- +
-To check the status on your jobs in the Winter School queue: +
- +
-  qstat | grep R522145 +
- +
-This command lists all the jobs in the **R522145** queue.  Running jobs will have a ''R'' in the status column, a ''Q'' if the job is queued and waiting.  +
  
 +Most of the prac can be done in an interactive session.
  
/app/dokuwiki/data/attic/workshops/hpcprac2.1499170274.txt.gz · Last modified: 2021/12/09 16:42 (external edit)