Skip to content
Snippets Groups Projects
Commit 5ecf6bfe authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Update TRESBillingWeights docs.

parent e4fe24b1
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ computing resources described below.</P> ...@@ -166,7 +166,7 @@ computing resources described below.</P>
<P> Slurm's fair-share factor is a floating point number between 0.0 and 1.0 that reflects the shares of a computing resource that a user has been allocated and the amount of computing resources the user's jobs have consumed. The higher the value, the higher is the placement in the queue of jobs waiting to be scheduled.</P> <P> Slurm's fair-share factor is a floating point number between 0.0 and 1.0 that reflects the shares of a computing resource that a user has been allocated and the amount of computing resources the user's jobs have consumed. The higher the value, the higher is the placement in the queue of jobs waiting to be scheduled.</P>
<P> By default, the computing resource is the computing cycles delivered by a <P> By default, the computing resource is the computing cycles delivered by a
machine in the units of processor*seconds. Other resources can be taken into machine in the units of allocated_cpus*seconds. Other resources can be taken into
account by configuring a partition's TRESBillingWeights option. The account by configuring a partition's TRESBillingWeights option. The
TRESBillingWeights option allows you to account for consumed resources other TRESBillingWeights option allows you to account for consumed resources other
than just CPUs by assigning different billing weights to different Trackable than just CPUs by assigning different billing weights to different Trackable
......
...@@ -4087,6 +4087,12 @@ will be MAX(1*1.0, 8*0.25) + (0*2.0) = 2.0. ...@@ -4087,6 +4087,12 @@ will be MAX(1*1.0, 8*0.25) + (0*2.0) = 2.0.
If TRESBillingWeights is not defined then the job is billed against the total If TRESBillingWeights is not defined then the job is billed against the total
number of allocated CPUs. number of allocated CPUs.
\fBNOTE:\fR TRESBillingWeights is only used when calcuating fairshare and
doesn't affect job priority directly as it is currently not used for the size of
the job. If you want TRES' to play a role in the job's priority then refer to
the PriorityWeightTRES option.
.RE .RE
.TP .TP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment