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:19] jzdoku:vsc5quickstart [2022/06/23 13:17] – [SLURM] jz
Line 14: Line 14:
 <code> <code>
 ssh <user>@l5[0-6].vsc.ac.at ssh <user>@l5[0-6].vsc.ac.at
-</code.+</code>
  
 ===== Data storage ===== ===== Data storage =====
Line 162: Line 162:
 gpu_a100_dual* -> Currently the default partition. AMD CPU nodes with 2x AMD Epyc (Milan) and 2x NIVIDA A100 and 512GB RAM gpu_a100_dual* -> Currently the default partition. AMD CPU nodes with 2x AMD Epyc (Milan) and 2x NIVIDA A100 and 512GB RAM
 cascadelake_0384 -> Intel CPU nodes with 2x Intel Cascadelake and 384GB RAM cascadelake_0384 -> Intel CPU nodes with 2x Intel Cascadelake and 384GB RAM
 +zen3_0512 -> AMD CPU nodes with 2x AMD Epyc (Milan) and 512GB RAM
 +zen3_1024 -> AMD CPU nodes with 2x AMD Epyc (Milan) and 1TB RAM
 +zen3_2048 -> AMD CPU nodes with 2x AMD Epyc (Milan) and 2TB RAM
 </code> </code>
  
Line 173: Line 176:
  
 ==== 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 195: Line 199:
 #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 205: Line 209:
 #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 215: Line 219:
 #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