<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">If it can help, I use these bash aliases for the same purpose (easier to read than default output format):</div><div class=""><br class=""></div><div class=""><font color="#606060" class=""># <span style="font-family: Menlo;" class="">show every associations of every user.</span></font></div><div class=""><font face="Menlo" color="#606060" class=""># if user=username is passed, show only associations for the specific user username</font></div><div class=""><font face="Menlo" color="#606060" class=""># see "man sacctmgr" for more</font></div><div class=""><div class=""><font face="Menlo" class="">function cri_show_assoc ()</font></div><div class=""><font face="Menlo" class="">{</font></div><div class=""><font face="Menlo" class="">    sacctmgr -p list associations $@ format=Account,User,Partition,Qos,DefaultQOS tree | column -ts'|'</font></div><div class=""><font face="Menlo" class="">}</font></div><div class=""><font face="Menlo" class=""><br class=""></font></div><div class=""><font color="#606060" class=""><font face="Menlo" class=""># </font><span style="font-family: Menlo;" class="">show every QoS definition</span></font></div><div class=""><span style="font-family: Menlo;" class=""><font color="#606060" class=""># if name=qosname is passed, show only the specific QoS qosname definition</font></span></div><div class=""><span style="font-family: Menlo;" class=""><font color="#606060" class=""># see "man sacctmgr" for more</font></span></div><div class=""><font face="Menlo" class="">function cri_show_qos ()</font></div><div class=""><font face="Menlo" class="">{</font></div><div class=""><font face="Menlo" class="">    sacctmgr -p list qos $@ format=Name,Priority,GraceTime,GrpTRES,GrpJobs,GrpSubmit,GrpSubmit,MaxTRES,MaxTRESPerUser,MaxJobsPU | column -ts'|'</font></div><div class=""><font face="Menlo" class="">}</font></div><div class=""><br class=""></div><div class=""><div class=""><font face="Menlo" class="">$ cri_show_assoc user=u</font></div><div class=""><font face="Menlo" class="">Account  User  Partition  QOS            Def QOS</font></div><div class=""><font face="Menlo" class="">acc1     u     part1      q_acc1_part1     q_acc1_part1</font></div><div class=""><font face="Menlo" class="">acc1     u     part2      q_acc1_part2     q_acc1_part2</font></div><div class=""><font face="Menlo" class="">acc1     u     part3      q_acc1_part3     q_acc1_part3</font></div><div class=""><font face="Menlo" class="">acc1     u     part4      q_acc1_part4     q_acc1_part4</font></div><div class=""><font face="Menlo" class="">acc1     u     part5      q_acc1_part5     q_acc1_part5</font></div><div class=""><font face="Menlo" class="">acc1     u     part6      q_acc1_part6     q_acc1_part6</font></div><div class=""><font face="Menlo" class="">acc1     u     part7      q_acc1_part7     q_acc1_part7</font></div><div class=""><font face="Menlo" class="">acc1     u     part7      q_acc1_part7     q_acc1_part7</font></div><div class=""><font face="Menlo" class="">acc1     u     part8      q_acc1_part8     q_acc1_part8</font></div><div class=""><font face="Menlo" class="">acc1     u     part9      q_acc1_part9     q_acc1_part9</font></div><div class=""><font face="Menlo" class="">acc1     u     part10     q_acc1_part10    q_acc1_part10</font></div><div class=""><font face="Menlo" class="">acc1     u                q_acc1           q_acc1</font></div><div class=""><font face="Menlo" class=""><br class=""></font></div><div class=""><font face="Menlo" class="">$ cri_show_qos name=q_acc1</font></div><div class=""><font face="Menlo" class="">Name    Priority  GraceTime  GrpTRES  GrpJobs  GrpSubmit  MaxTRES  MaxTRESPU  MaxJobsPU</font></div><div class=""><font face="Menlo" class="">q_acc1  0         00:00:00                     2000                cpu=4200</font></div></div><div class=""><br class=""></div><div class="">
<div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><font face="Menlo" class="">Cordialement / Best regards,<br class=""><br class="">Sébastien VIGNERON <br class="">CRIANN, <br class="">Ingénieur / Engineer<br class="">Technopôle du Madrillet <br class="">745, avenue de l'Université <br class="">76800 Saint-Etienne du Rouvray - France <br class="">tél. +33 2 32 91 42 91 <br class="">fax. +33 2 32 91 42 92 <br class=""><a href="http://www.criann.fr" class="">http://www.criann.fr</a> <br class=""><a href="mailto:sebastien.vigneron@criann.fr" class="">mailto:sebastien.vigneron@criann.fr</a><br class="">support: support@criann.fr</font></div></div>
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">Le 21 mai 2018 à 03:41, Lachlan Musicman <<a href="mailto:datakid@gmail.com" class="">datakid@gmail.com</a>> a écrit :</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_quote">On 21 May 2018 at 11:36, Lachlan Musicman <span dir="ltr" class=""><<a href="mailto:datakid@gmail.com" target="_blank" class="">datakid@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr" class=""><span class="gmail-"><div class="gmail_extra"><div class="gmail_quote">On 21 May 2018 at 11:29, 程迪 <span dir="ltr" class=""><<a href="mailto:chengdi123000@gmail.com" target="_blank" class="">chengdi123000@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr" class=""><div class="">Hi everyone,</div><div class=""><br class=""></div><div class="">I am using SLURM as a normal user. I want to find the usage limit of my user. I can access the slurm's config via `scontrol show config`. But it is my user's limit.</div><div class=""><br class=""></div><div class="">I can find the account of my user by `sacctmgr show user di`. But I cannot find the QOS or usage limit of my user. </div><div class=""><br class=""></div>Is it possible to do that?<br class=""></div></blockquote></div><br class=""></div></span><div class="gmail_extra">Yes :) QoS is managed by sacctmgr:<br class=""><br class=""></div><div class="gmail_extra">sacctmgr show qos<br class=""></div></div></blockquote></div><br class=""></div><div class="gmail_extra">Sorry Cheng, I only gave you half the answer.<br class=""><br class=""></div><div class="gmail_extra">That command will show you the QOS that have been set on the cluster.<br class=""><br class=""></div><div class="gmail_extra">To get a user's QoS, try<br class=""><div class="gmail-container" title="Hint: double-click to select code"><div class="gmail-number1 gmail-alt2 gmail-line gmail-index0"><code class="gmail-java gmail-plain"><br class=""></code>sacctmgr list associations format=Account,User,Partition,qos<br class=""><br class="">If you have a lot of users (like me) I find that grep helps<br class=""><code class="gmail-java gmail-plain"></code><br class=""><code class="gmail-java gmail-plain"></code><div class="gmail-container" title="Hint: double-click to select code"><div class="gmail-number1 gmail-alt2 gmail-line gmail-index0">sacctmgr list associations format=Account,User,Partition,qos | grep <id><code class="gmail-java gmail-plain"><br class=""></code><br class=""><br class=""></div><div class="gmail-number1 gmail-alt2 gmail-line gmail-index0">Cheers<br class=""></div><div class="gmail-number1 gmail-alt2 gmail-line gmail-index0">L.<br class=""></div><div class="gmail-number1 gmail-alt2 gmail-line gmail-index0"><code class="gmail-java gmail-plain"></code></div><div class="gmail-number1 gmail-alt2 gmail-line gmail-index0"><code class="gmail-java gmail-plain"></code></div></div></div></div><br class=""><br class=""></div></div>
</div></blockquote></div><br class=""></div></body></html>