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
c0aa7a7c
Commit
c0aa7a7c
authored
11 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation for Resources
parent
7582ccdd
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/man/man1/sacctmgr.1
+50
-70
50 additions, 70 deletions
doc/man/man1/sacctmgr.1
with
50 additions
and
70 deletions
doc/man/man1/sacctmgr.1
+
50
−
70
View file @
c0aa7a7c
...
@@ -179,10 +179,6 @@ Used only with the \fIlist\fR or \fIshow\fR command. Add, modify, and
...
@@ -179,10 +179,6 @@ Used only with the \fIlist\fR or \fIshow\fR command. Add, modify, and
delete should be done to a user, account or cluster entity. This will
delete should be done to a user, account or cluster entity. This will
in\-turn update the underlying associations.
in\-turn update the underlying associations.
.TP
\fIclus_res\fP
Cluster Resources - software resources for the usage on this cluster.
.TP
.TP
\fIcluster\fP
\fIcluster\fP
The \fIClusterName\fR parameter in the \fIslurm.conf\fR configuration
The \fIClusterName\fR parameter in the \fIslurm.conf\fR configuration
...
@@ -214,8 +210,8 @@ the Comment String
...
@@ -214,8 +210,8 @@ the Comment String
Quality of Service.
Quality of Service.
.TP
.TP
\fI
ser_res
\fP
\fI
Resource
\fP
Server
Resources - software resources for the system
(Server Manager level)
.
Resources - software resources for the system.
.TP
.TP
\fItransaction\fR
\fItransaction\fR
...
@@ -686,57 +682,6 @@ children of this association.
...
@@ -686,57 +682,6 @@ children of this association.
\fIUser\fP
\fIUser\fP
The name of a user in the association.
The name of a user in the association.
.SH "SPECIFICATIONS FOR CLUS_RES "
.TP
\fIAllowed\fP=<percent allowed>
Percentage of a specific software resource that can be used on this cluster.
\fICluster\fP=<name>
Name of the cluster on which the server resources are to be available. If
no name is designated the resources are evenly distributed between all clusters
configured on the server.
\fIName\fP=<name>
The name of a software resource available for use on this cluster. This must be
the name of a software resource configured on this system.
.P
NOTE: Clus_res is used to define each software resource configured
on a system that can be used within the Slurm cluster.
.SH "LIST/SHOW CLUS_RES FORMAT OPTIONS"
.TP
\fICount\fP
Number of software resources configured on the system.
\fIFlags\fP
Flags that identify specific attributes of a resource. At this time no flags
have been defined.
\fIManager\fP
Name of the resource manager that controls this resource.
\fIName\fP
Name of this software resource.
\fIPercent\fP
Percent of resource Count allowed to be used in this cluster.
\fIServer\fP
Cluster name where the resource manager is installed.
\fIType\fP
Type of server resource this record represents.
.P
NOTE: Count represents the total number of resources configured on the
server being controlled by a resource manager. The number of resources
that can be used by this cluster is determined by the Percentage allowed
for this cluster.
.SH "SPECIFICATIONS FOR CLUSTERS"
.SH "SPECIFICATIONS FOR CLUSTERS"
.TP
.TP
...
@@ -1306,13 +1251,22 @@ time to fairshare or association/qos limits.
...
@@ -1306,13 +1251,22 @@ time to fairshare or association/qos limits.
To clear a previously set value use the modify command with a new value of \-1.
To clear a previously set value use the modify command with a new value of \-1.
.SH "SPECIFICATIONS FOR SER_RES"
.SH "SPECIFICATIONS FOR RESOURCE"
\fIClusters\fP=<name list>
Comma separated list of cluster names on which specified resources are to be
available. If no names are designated the all clusters already
allowed to use this resource will be altered.
.TP
.TP
\fICount\fP=<OPT>
\fICount\fP=<OPT>
Number of software resources of a specific name configured on the system being
Number of software resources of a specific name configured on the system being
controlled by a resource manager.
controlled by a resource manager.
.TP
\fIDescription=\fP
A brief description of the resource.
.TP
.TP
\fIFlags\fP=<OPT>
\fIFlags\fP=<OPT>
Flags that identify specific attributes of the system resource. At this time
Flags that identify specific attributes of the system resource. At this time
...
@@ -1323,32 +1277,50 @@ no flags have been defined.
...
@@ -1323,32 +1277,50 @@ no flags have been defined.
The name of a software resource manager controlling this system resource.
The name of a software resource manager controlling this system resource.
.TP
.TP
\fIName\fP=<OPT>
\fINames\fP=<OPT>
The name of a software resource configured on the system being controlled
Comma separated list of the name of a resource configured on the
by a resource manager.
system being controlled by a resource manager. If this resource is
seen on the slurmctld it's name will be name@server to distinguish it
from local resources defined in a slurm.conf.
.TP
\fIPercentAllowed\fP=<percent allowed>
Percentage of a specific resource that can be used on specified cluster.
.TP
.TP
\fIServer\fP=<OPT>
\fIServer\fP=<OPT>
The name of the
cluster on which the license manager is configured
.
The name of the
server serving up the resource. Default is 'slurmdb'
.
.TP
.TP
\fIType\fP=<OPT>
\fIType\fP=<OPT>
The type of the resource represented by this record. Currently the only valid
The type of the resource represented by this record. Currently the only valid
type is License.
type is License.
.P
.P
NOTE:
Ser_res
is used to define each
software
resource configured on a system
NOTE:
Resource
is used to define each resource configured on a system
available for usage by Slurm clusters.
available for usage by Slurm clusters.
.SH "LIST/SHOW SER_RES FORMAT OPTIONS"
.SH "LIST/SHOW RESOURCE FORMAT OPTIONS"
.TP
\fICluster\fP
Name of cluster resource is given to.
.TP
.TP
\fICount\fP
\fICount\fP
The count of a specific software resource configured on the system.
The count of a specific resource configured on the system globally.
.TP
\fICountAllowed\fP
The count of a specific resource configured on the system to a cluster.
.TP
\fICountUsed\fP
The used count of a specific resource configured on the system globally.
.TP
.TP
\fIDescription\fP
\fIDescription\fP
Description of the
system software
resource.
Description of the resource.
.TP
.TP
\fIFlags\fP
\fIFlags\fP
...
@@ -1357,19 +1329,27 @@ this time no flags have been defined.
...
@@ -1357,19 +1329,27 @@ this time no flags have been defined.
.TP
.TP
\fIManager\fP
\fIManager\fP
Name of the resource manager that controls this
software
resource.
Name of the resource manager that controls this resource.
.TP
.TP
\fIName\fP
\fIName\fP
Name of this software resource.
Name of this resource.
.TP
\fIPercentAllowed\fP
The percent of a specific resource given to a cluster.
.TP
\fIPercentUsed\fP
The used percentage of a specific resource globally.
.TP
.TP
\fIServer\fP
\fIServer\fP
Cluster name where the resource manager is installed
.
Server serving up the resource
.
.TP
.TP
\fIType\fP
\fIType\fP
Type of
server
resource this record represents.
Type of resource this record represents.
.SH "SPECIFICATIONS FOR TRANSACTIONS"
.SH "SPECIFICATIONS FOR TRANSACTIONS"
...
...
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