User Tools

Site Tools


internal:start

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
internal:start [2017/04/27 11:21]
Maurits W. Haverkort
internal:start [2018/06/13 16:17]
Maurits W. Haverkort [submit jobs to the cluster]
Line 12: Line 12:
 Universität Heidelberg Universität Heidelberg
  
-On the next page the RV Acronym is +The Acronym and Password ​can be obtained from Maurits Haverkort.
-bw16K002 +
-The RV Password ​is +
-B77kg6ZNap+
 The institute is ITP The institute is ITP
  
Line 49: Line 46:
 ==== submit jobs to the cluster ==== ==== submit jobs to the cluster ====
  
 +Save the following code in a text file and make it executable (chmod +x filename). You submit the script with the command
 +msub filename
  
 <​code>​ <​code>​
 #!/bin/bash #!/bin/bash
-#MSUB -l nodes=1:​ppn=16:best+#MSUB -l nodes=1:best:ppn=32 
 +#MOAB -A bw17e011
 #MSUB -l walltime=5:​00:​00:​00 #MSUB -l walltime=5:​00:​00:​00
 #MSUB -N myjobname #MSUB -N myjobname
Line 62: Line 62:
 cat $0 cat $0
  
-export OMP_NUM_THREADS=16+export OMP_NUM_THREADS=32
  
 echo "​-----------------"​ echo "​-----------------"​
Line 82: Line 82:
 </​code>​ </​code>​
  
 +==== create new workspaces ====
  
 +Your main directory is not that large. In order to run calculations one should create a workspace. See:
 +
 +https://​www.bwhpc-c5.de/​wiki/​index.php/​BwForCluster_MLS%26WISO_Production_Filesystems

Page Tools