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
2f8c9763
Commit
2f8c9763
authored
15 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
update documentation for new enforcing accounting limits
parent
0619360f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/accounting.shtml
+7
-13
7 additions, 13 deletions
doc/html/accounting.shtml
with
7 additions
and
13 deletions
doc/html/accounting.shtml
+
7
−
13
View file @
2f8c9763
...
@@ -81,11 +81,13 @@ The configuration required to use SlurmDBD will be described below.
...
@@ -81,11 +81,13 @@ The configuration required to use SlurmDBD will be described below.
Storing information directly into database would be similar.</p>
Storing information directly into database would be similar.</p>
<p>Note that SlurmDBD relies upon existing SLURM plugins
<p>Note that SlurmDBD relies upon existing SLURM plugins
for authentication and database use, but the other SLURM
for authentication and
SLURM sql for
database use, but the other SLURM
commands and daemons are not required on the host where
commands and daemons are not required on the host where
SlurmDBD is installed. Install the <i>slurmdbd</i> and
SlurmDBD is installed. Install the <i>slurmdbd</i>,
<i>slurm-plugins</i> RPMs on the computer when SlurmDBD
<i>slurm-plugins</i>, and <i>slurm-sql</i> RPMs on the computer when SlurmDBD
is to execute.</p>
is to execute. If you want munge authentication, which is highly
recommended, you will also need to install
the <i>slurm-munge</i> RPM.</p>
<p>If SlurmDBD is configured for use but not responding then <i>slurmctld</i>
<p>If SlurmDBD is configured for use but not responding then <i>slurmctld</i>
will utilize an interal cache until SlurmDBD is returned to service.
will utilize an interal cache until SlurmDBD is returned to service.
...
@@ -654,21 +656,17 @@ If the cluster doesn't have the limit set no limit will be enforced.
...
@@ -654,21 +656,17 @@ If the cluster doesn't have the limit set no limit will be enforced.
to the above system.</li>
to the above system.</li>
</li>
</li>
<!-- For future use
<li><b>GrpCPUMins=</b> A hard limit of cpu minutes to be used by jobs
<li><b>GrpCPUMins=</b> A hard limit of cpu minutes to be used by jobs
running from this association and its children. If this limit is
running from this association and its children. If this limit is
reached all jobs running in this group will be killed, and no new
reached all jobs running in this group will be killed, and no new
jobs will be allowed to run.
jobs will be allowed to run.
</li>
</li>
-->
<!-- For future use
<li><b>GrpCPUs=</b> The total count of cpus able to be used at any given
<li><b>GrpCPUs=</b> The total count of cpus able to be used at any given
time from jobs running from this association and its children. If
time from jobs running from this association and its children. If
this limit is reached new jobs will be queued but only allowed to
this limit is reached new jobs will be queued but only allowed to
run after resources have been relinquished from this group.
run after resources have been relinquished from this group.
</li>
</li>
-->
<li><b>GrpJobs=</b> The total number of jobs able to run at any given
<li><b>GrpJobs=</b> The total number of jobs able to run at any given
time from this association and its children. If
time from this association and its children. If
...
@@ -693,19 +691,15 @@ If the cluster doesn't have the limit set no limit will be enforced.
...
@@ -693,19 +691,15 @@ If the cluster doesn't have the limit set no limit will be enforced.
will be denied.
will be denied.
</li>
</li>
<!-- For future use
<li><b>MaxCPUMinsPerJob=</b> A limit of cpu minutes to be used by jobs
<li><b>MaxCPUMinsPerJob=</b> A limit of cpu minutes to be used by jobs
running from this association. If this limit is
running from this association. If this limit is
reached the job will be killed will be allowed to run.
reached the job will be killed will be allowed to run.
</li>
</li>
-->
<!-- For future use
<li><b>MaxCPUsPerJob=</b> The maximum size in cpus any given job can
<li><b>MaxCPUsPerJob=</b> The maximum size in cpus any given job can
have from this association. If this limit is reached the job will
have from this association. If this limit is reached the job will
be denied at submission.
be denied at submission.
</li>
</li>
-->
<li><b>MaxJobs=</b> The total number of jobs able to run at any given
<li><b>MaxJobs=</b> The total number of jobs able to run at any given
time from this association. If this limit is reached new jobs will
time from this association. If this limit is reached new jobs will
...
@@ -766,7 +760,7 @@ as deleted.
...
@@ -766,7 +760,7 @@ as deleted.
If an entity has existed for less than 1 day, the entity will be removed
If an entity has existed for less than 1 day, the entity will be removed
completely. This is meant to clean up after typographic errors.</p>
completely. This is meant to clean up after typographic errors.</p>
<p style="text-align: center;">Last modified 2
5
January 2010</p>
<p style="text-align: center;">Last modified 2
7
January 2010</p>
<!--#include virtual="footer.txt"-->
<!--#include virtual="footer.txt"-->
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