<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Greatly appreciated for your help. I will try to implement following your suggestion. <br>
</div>
</div>
<div name="messageReplySection">On 1 Jun 2020 22:23 +0700, Renfro, Michael <Renfro@tntech.edu>, wrote:<br>
<blockquote type="cite" style="border-left-color: grey; border-left-width: thin; border-left-style: solid; margin: 5px 5px;padding-left: 10px;">
Even without the slurm-bank system, you can enforce a limit on resources with a QOS applied to those users. Something like:<br>
<br>
=====<br>
<br>
sacctmgr add qos bank1 flags=NoDecay,DenyOnLimit<br>
sacctmgr modify qos bank1 set grptresmins=cpu=1000<br>
<br>
sacctmgr add account bank1<br>
sacctmgr modify account name=bank1 set qos+=bank1<br>
<br>
sacctmgr add user someuser account=bank1<br>
sacctmgr modify user someuser set qos+=bank1<br>
<br>
=====<br>
<br>
You can do lots with a QOS, including limiting the number of simultaneous running jobs, simultaneous running/queued jobs, etc. Unfortunately, the NoDecay flag is only documented to work on GrpTRESMins, GrpWall, and UsageRaw, not on the job count.<br>
<br>
So if you can live with limiting the number of simultaneous jobs instead of a total number of jobs per time period, that’s possible with QOS. Otherwise, maybe someone else will have an idea.<br>
<br>
--<br>
Mike Renfro, PhD / HPC Systems Administrator, Information Technology Services<br>
931 372-3601 / Tennessee Tech University<br>
<br>
<blockquote type="cite">On May 31, 2020, at 11:35 AM, Songpon Srisawai <songpons_pro@vistec.ac.th> wrote:<br>
<br>
Hello all,<br>
<br>
I’m Slurm beginner who try to implement our cluster. I would like to know whether there are any Slurm credit/token system plugin such as the number of job count.<br>
<br>
I found Slurm-bank that deposit hour to an account. But, I would like to deposit the jobs token instead of hours.<br>
<br>
Thanks for any recommendation<br>
Songpon<br>
</blockquote>
<br>
</blockquote>
</div>
</body>
</html>