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:54] – [sbatch parameters] goldenbergdoku:vsc4_queue [2022/11/04 10:43] – [ordinary projects] goldenberg
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 35: Line 35:
 ^ The QOS's hard run time limits ^   | ^ The QOS's hard run time limits ^   |
 | | |  | | | 
-mem_0096 mem_0384 mem_0768           | 72h (3 days) |           +skylake_0096 skylake_0384 skylake_0768           | 72h (3 days) |           
 | idle_0096 / idle_0384 / idle_0768        | 24h (1 day)  | | idle_0096 / idle_0384 / idle_0768        | 24h (1 day)  |
 | private queues   p....._0...             | up to 240h (10 days) | | private queues   p....._0...             | up to 240h (10 days) |
-devel_0096 (up to 5 nodes available)     | 10min        |+skylake_devel_0096 (up to 5 nodes available)     | 10min        |
 The QOS's run time limits can also be requested via the command The QOS's run time limits can also be requested via the command
 <code>sacctmgr show qos  format=name%20s,priority,grpnodes,maxwall,description%40s</code> <code>sacctmgr show qos  format=name%20s,priority,grpnodes,maxwall,description%40s</code>
Line 49: Line 49:
  
 <code> <code>
-#SBATCH --partition=mem_xxxx+#SBATCH --partition=skylake_xxxx
 #SBATCH --qos=xxxxx_xxxx #SBATCH --qos=xxxxx_xxxx
 #SBATCH --account=xxxxxx #SBATCH --account=xxxxxx
Line 60: Line 60:
 ^QOS name ^ gives access to partition ^description^ ^QOS name ^ gives access to partition ^description^
 | | |  | | | 
-|mem_0096 mem_0096 | default | +|skylake_0096 skylake_0096 | default | 
-|mem_0384 mem_0384 | | +|skylake_0384 skylake_0384 | | 
-|mem_0768 mem_0768 | | +|skylake_0768 skylake_0768 | | 
-|devel_0096 | 5 nodes on mem_0096 |+|skylake_devel_0096 | 5 nodes on skylake_0096 |
  
 == examples == == examples ==
  • doku/vsc4_queue.txt
  • Last modified: 2024/04/25 13:11
  • by goldenberg