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:vsc4_queue [2021/09/14 12:51] – [Run time limits] goldenbergdoku:vsc4_queue [2022/10/19 12:08] – [Hardware types] jakrie
Line 9: Line 9:
 ^partition name^ description^ ^partition name^ description^
 | | |  | | | 
-|mem_0096 | default, nodes with 96 GB of memory | +|skylake_0096 | default, nodes with 96 GB of memory | 
-|mem_0384 | nodes with 384 GB of memory| +|skylake_0384 | nodes with 384 GB of memory| 
-|mem_0768 | nodes with 768 GB of memory|+|skylake_0768 | nodes with 768 GB of memory|
 |adm_test | reserved for the admin team | |adm_test | reserved for the admin team |
 |jupyter| reserved for the JupyterHub | |jupyter| reserved for the JupyterHub |
Line 60: Line 60:
 ^QOS name ^ gives access to partition ^description^ ^QOS name ^ gives access to partition ^description^
 | | |  | | | 
-|vsc3plus_0064 vsc3plus_0064| default | +|mem_0096 mem_0096 | default | 
-|vsc3plus_0256 vsc3plus_0256| | +|mem_0384 mem_0384 | | 
-|gpu_....  gpu_xxxx|GPU QOS and GPU partition of the same name+|mem_0768 mem_0768 | | 
-|normal_binf binf| | +|devel_0096 nodes on mem_0096 |
-|devel_0064 | 4 nodes on vsc3plus_0064 |+
  
 == examples == == examples ==
 <code> <code>
-#SBATCH --partition=vsc3plus_0064 +#SBATCH --partition=mem_0096 
-#SBATCH --qos=vsc3plus_0064   +#SBATCH --qos=mem_0096   
 #SBATCH --account=p7xxxx    #SBATCH --account=p7xxxx   
-</code> 
-<code> 
-#SBATCH --partition=gpu_a40dual 
-#SBATCH --qos=gpu_a40dual 
-#SBATCH --account=p7xxxx 
 </code> </code>
   * Note that partition, qos, and account have to fit together.    * Note that partition, qos, and account have to fit together. 
   * If the account is not given, the default account (''sacctmgr show user `id -u` withassoc format=defaultaccount'') will be used.   * If the account is not given, the default account (''sacctmgr show user `id -u` withassoc format=defaultaccount'') will be used.
-  * If partition and qos are not given, default values are vsc3plus_0064 for both.+  * If partition and qos are not given, default values are mem_0096 for both.
  
 === private nodes projects === === private nodes projects ===
Line 86: Line 80:
  
 <code> <code>
-#SBATCH --partition=vsc3plus_xxxx+#SBATCH --partition=mem_0384
 #SBATCH --qos=p7xxx_xxxx #SBATCH --qos=p7xxx_xxxx
 #SBATCH --account=p7xxxx  #SBATCH --account=p7xxxx 
  • doku/vsc4_queue.txt
  • Last modified: 2024/05/28 07:47
  • by fkocina