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:vsc3hardware [2017/06/13 13:50] – [Partitions and types of hardware] irdoku:vsc3hardware [2017/06/13 14:11] – [Quality of service] ir
Line 16: Line 16:
  
 ===== Quality of service ==== ===== Quality of service ====
-Furthermore, the <html><font color=#cc3300>&#x27A0; quality of service (QOS)</font></html> defines the maximum run time of a job and the number and type of allocable nodes+Access to node partitions is granted by the so-called <html><font color=#cc3300>&#x27A0; quality of service (QOS)</font></html>. The QOSs constrain the number of allocatable nodes and limit job wall time. The naming scheme of the QOSs is: 
 +<project_type>_<memoryConfig> 
 + 
 +The QOSs that are assigned to specific user can be viewed with: 
 +<code> 
 +sacctmgr show user `id -u` withassoc format=user,defaultaccount,account,qos%40s,defaultqos%20s 
 +</code> 
 + 
 +Have a look on the <html><font color=green>&#x27A0; </font></html> [[doku:vsc3qos|available QOSs on VSC-3]].