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
Next revisionBoth sides next revision
doku:vsc5quickstart [2022/04/27 08:17] – [Data storage] jzdoku:vsc5quickstart [2022/04/27 11:13] – [Submit a Job] jz
Line 4: Line 4:
  
 This page is under construction. This page is under construction.
 +
 +===== Connecting =====
 +
 +<code>
 +ssh <user>@vsc5.vsc.ac.at
 +</code>
 +
 +or alternatively use a specific login node:
 +<code>
 +ssh <user>@l5[0-6].vsc.ac.at
 +</code>
  
 ===== Data storage ===== ===== Data storage =====
Line 162: Line 173:
  
 ==== QoS ==== ==== QoS ====
-At the moment two QoS are defined: ''gpu_a100_dual'' (default) and ''cascadelake_0384''+ 
 +During the friendly user test phase the QoS ''goodluck'' can be used for both partitions.
  
 ==== Submit a Job ==== ==== Submit a Job ====
Line 184: Line 196:
 #SBATCH -N 1 #SBATCH -N 1
 #SBATCH --partition=cascadelake_0384 #SBATCH --partition=cascadelake_0384
-#SBATCH --qos cascadelake_0384+#SBATCH --qos goodluck
 ./my_program ./my_program
 </file> </file>
Line 194: Line 206:
 #SBATCH -N 1 #SBATCH -N 1
 #SBATCH --partition=gpu_a100_dual #SBATCH --partition=gpu_a100_dual
-#SBATCH --qos gpu_100_dual+#SBATCH --qos goodluck
 #SBATCH --gres=gpu:2 #SBATCH --gres=gpu:2
 ./my_program ./my_program
Line 204: Line 216:
 #SBATCH -J <meaningful name for job> #SBATCH -J <meaningful name for job>
 #SBATCH --partition=gpu_a100_dual #SBATCH --partition=gpu_a100_dual
-#SBATCH --qos gpu_100_dual+#SBATCH --qos goodluck
 #SBATCH --gres=gpu:1 #SBATCH --gres=gpu:1
 ./my_program ./my_program
  • doku/vsc5quickstart.txt
  • Last modified: 2023/05/17 15:28
  • by msiegel