Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

需要修改树状结构,针对每一个普通用户,还有最大提交作业数、作业最长运行时间、优先级、最大作业数等限制 #170

Open
Ashlee1994 opened this issue Aug 15, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Ashlee1994
Copy link
Member

Ashlee1994 commented Aug 15, 2023

每一个用户,还有资源限制,主要有:
占比:Share
优先级:Priority
账户组下最大作业数:GrpJobs
账户组下的TRES资源限制(包括GPU资源、license等等):GrpTRES
账户组下最大提交作业数GrpSubmit
账户组下作业最长运行时间:GrpWall
账户组下最大作业数:GrpTRESMins
最多能运行的作业数量:MaxJobs
最大TRES资源限制:MaxTRES
每个节点的最大TRES资源限制:MaxTRESPerNode
最多能提交的作业数量:MaxSubmit
作业最长运行时间:MaxWall

这些参数的含义可以参考文档:https://slurm.schedmd.com/resource_limits.html

@L-Xiafeng L-Xiafeng added enhancement New feature or request and removed NewFeatures labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants