关于 Slurm 中的资源限制 (MaxSubmitJob)
About resource limitation (MaxSubmitJob) in Slurm
我使用以下命令来设置用户可以进行的最大作业数 运行。
但是,上述设置不起作用。
如果有人对此有任何了解,请帮助我。
sacctmgr modify user account=<ldap-groupname> <ldap-username> set MaxSubmitJobs=2
我按照命令检查了设置
sacctmgr show associations
产出
Cluster Account User Partition Share Priority GrpJobs GrpTRES GrpSubmit GrpWall GrpTRESMins MaxJobs MaxTRES MaxTRESPerNode MaxSubmit MaxWall MaxTRESMins QOS Def QOS GrpTRESRunMin
---------- ---------- ---------- ---------- --------- ---------- ------- ------------- --------- ----------- ------------- ------- ------------- -------------- --------- ----------- ------------- -------------------- --------- -------------
clustername root 1 normal
clustername root root 1 normal
clustername ldap-groupname 1 normal
clustername ldap-groupname ldap-username 1 2 normal
`
确保 AccountingStorageEnforce
在 slurm.conf
中设置为 limits
。
我使用以下命令来设置用户可以进行的最大作业数 运行。 但是,上述设置不起作用。 如果有人对此有任何了解,请帮助我。
sacctmgr modify user account=<ldap-groupname> <ldap-username> set MaxSubmitJobs=2
我按照命令检查了设置
sacctmgr show associations
产出
Cluster Account User Partition Share Priority GrpJobs GrpTRES GrpSubmit GrpWall GrpTRESMins MaxJobs MaxTRES MaxTRESPerNode MaxSubmit MaxWall MaxTRESMins QOS Def QOS GrpTRESRunMin
---------- ---------- ---------- ---------- --------- ---------- ------- ------------- --------- ----------- ------------- ------- ------------- -------------- --------- ----------- ------------- -------------------- --------- -------------
clustername root 1 normal
clustername root root 1 normal
clustername ldap-groupname 1 normal
clustername ldap-groupname ldap-username 1 2 normal
`
确保 AccountingStorageEnforce
在 slurm.conf
中设置为 limits
。