Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
a371c74e
Commit
a371c74e
authored
7 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
Update resource limits mostly to add the Per[User|Account] limits a QOS has.
parent
4662b511
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/resource_limits.shtml
+37
-16
37 additions, 16 deletions
doc/html/resource_limits.shtml
with
37 additions
and
16 deletions
doc/html/resource_limits.shtml
+
37
−
16
View file @
a371c74e
...
...
@@ -180,18 +180,6 @@ is treated as a Max limit.</p>
allocation can use.
</li>
<li><b>MaxJobs=</b> The total number of jobs able to run at any given
time for the given association/QOS. If this limit is reached new jobs will
be queued but only allowed to run after previous jobs complete from
the association/QOS.
</li>
<li><b>MaxSubmitJobs=</b> The maximum number of jobs able to be submitted
to the system at any given time from the given association/QOS. If
this limit is reached new submission requests will be denied until
previous jobs complete from this association.
</li>
<li><b>MaxWallDurationPerJob=</b> The maximum wall clock time any job
submitted can run for the given association/QOS. If this limit is reached
the job will be denied at submission.
...
...
@@ -223,20 +211,53 @@ is treated as a Max limit.</p>
is affected.
</li>
<li><b>MaxJobs=</b> The total number of jobs able to run at any given
time for the given association. If this limit is reached new jobs will
be queued but only allowed to run after previous jobs complete from
the association.
</li>
<li><b>MaxSubmitJobs=</b> The maximum number of jobs able to be submitted
to the system at any given time from the given association. If
this limit is reached new submission requests will be denied until
previous jobs complete from this association.
</li>
<li><b>QOS=</b> comma separated list of QOS's an association is
able to run.
</li>
</ul>
<h2>QOS specific limits supported</h2>
<ul>
<li><b>MaxTRESPerUser=</b> The maximum number of limited TRES a user can
request (combo of all jobs running or pending).
<li><b>MaxJobsPerAccount=</b> The maximum number of jobs an account (or
subaccount) can have running at a given time.
</li>
<li><b>MaxJobsPerUser=</b> The maximum number of jobs a user can
have running at a given time.
</li>
<li><b>MaxSubmitJobsPerAccount=</b> The maximum number of jobs an account (or
subaccount) can have running and pending at a given time.
</li>
<li><b>MaxSubmitJobsPerUser=</b> The maximum number of jobs a user can
have running and pending at a given time.
</li>
<li><b>MaxTRESPerAccount=</b> The maximum number of TRES an account can
allocate at a given time.
</li>
<li><b>MaxTRESPerUser=</b> The maximum number of TRES a user can
allocate at a given time.
</li>
<li><b>MinTRESPerJob=</b> The minimum size in TRES any given job can
have
from
when using the requested QOS.
have when using the requested QOS.
</li>
</ul>
...
...
@@ -254,6 +275,6 @@ data maintained in the Slurm database. More information can be found
in the <a href="priority_multifactor.html">priority/multifactor</a>
plugin description.</p>
<p style="text-align: center;">Last modified
15 December
201
6
</p>
<p style="text-align: center;">Last modified
6 April
201
7
</p>
</ul></body></html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment