<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>With this command can I add a "normal" user to SLURM with "scancel" privileges over jobs in the same group?</div>
<div> </div>
<div style="padding-left:35.4pt;">sacctmgr add coordinator account=<accountname> names=<username></div>
<div> </div>
<div>At official SLURM documentation (<a href="https://slurm.schedmd.com/sacctmgr.html">https://slurm.schedmd.com/sacctmgr.html</a>), I have read this:</div>
<div> </div>
<div style="padding-left:35.4pt;">ENTITIES</div>
<div style="padding-left:35.4pt;"> </div>
<div style="padding-left:35.4pt;">account</div>
<div style="padding-left:35.4pt;">    A bank account, typically specified at job submit time using the --account= option. These may be arranged in a hierarchical fashion, for example accounts chemistry and physics may be children of the account science. The
hierarchy may have an arbitrary depth.</div>
<div style="padding-left:35.4pt;"> </div>
<div style="padding-left:35.4pt;">[...]</div>
<div style="padding-left:35.4pt;"> </div>
<div style="padding-left:35.4pt;">coordinator</div>
<div style="padding-left:35.4pt;">    A special privileged user usually an account manager or such that can add users or sub accounts to the account they are coordinator over. This should be a trusted person since they can change limits on account and user
associations inside their realm.</div>
<div style="padding-left:35.4pt;"> </div>
<div style="padding-left:35.4pt;">[...]</div>
<div style="padding-left:35.4pt;"> </div>
<div>So I understand a "coordinator" role assigned to a user allows that user to do some other tasks... but not to cancel jobs with "scancel" (jobs, of course, of others users in the same group)</div>
<div> </div>
<div>Thanks.</div>
<div> </div>
</span></font>
</body>
</html>