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
c3a30337
Commit
c3a30337
authored
9 years ago
by
Brian Christiansen
Browse files
Options
Downloads
Patches
Plain Diff
Deprecated TICKET_BASED fairshare.
Bug 1743
parent
214c5372
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+1
-0
1 addition, 0 deletions
NEWS
doc/html/priority_multifactor2.shtml
+4
-0
4 additions, 0 deletions
doc/html/priority_multifactor2.shtml
src/slurmctld/read_config.c
+4
-0
4 additions, 0 deletions
src/slurmctld/read_config.c
with
9 additions
and
0 deletions
NEWS
+
1
−
0
View file @
c3a30337
...
@@ -34,6 +34,7 @@ documents those changes that are of interest to users and administrators.
...
@@ -34,6 +34,7 @@ documents those changes that are of interest to users and administrators.
-- Do not consider nodes explicitly powered up as DOWN with reason of "Node
-- Do not consider nodes explicitly powered up as DOWN with reason of "Node
unexpected rebooted".
unexpected rebooted".
-- Use correct slurmd spooldir when creating cpu-frequency locks.
-- Use correct slurmd spooldir when creating cpu-frequency locks.
-- Deprecated TICKET_BASED fairshare. Consider using the FAIR_TREE algorithm.
* Changes in Slurm 14.11.7
* Changes in Slurm 14.11.7
==========================
==========================
...
...
This diff is collapsed.
Click to expand it.
doc/html/priority_multifactor2.shtml
+
4
−
0
View file @
c3a30337
...
@@ -13,6 +13,10 @@
...
@@ -13,6 +13,10 @@
<a name=intro>
<a name=intro>
<h2>Introduction</h2></a>
<h2>Introduction</h2></a>
<p><b>Note:</b> This algorithm is deprecated and has been removed in 15.08. Please
consider using the <a href="fair_tree.html">Fair Tree</a> algorithm.
</p>
<p>A ticket-based variant of the priority/multifactor plugin is available.
<p>A ticket-based variant of the priority/multifactor plugin is available.
The reader is assumed to be familiar with the priority/multifactor plugin
The reader is assumed to be familiar with the priority/multifactor plugin
and only the differences are documented here.</p>
and only the differences are documented here.</p>
...
...
This diff is collapsed.
Click to expand it.
src/slurmctld/read_config.c
+
4
−
0
View file @
c3a30337
...
@@ -1118,6 +1118,10 @@ int read_slurm_conf(int recover, bool reconfig)
...
@@ -1118,6 +1118,10 @@ int read_slurm_conf(int recover, bool reconfig)
/* Sync select plugin with synchronized job/node/part data */
/* Sync select plugin with synchronized job/node/part data */
select_g_reconfigure
();
select_g_reconfigure
();
if
(
slurmctld_conf
.
priority_flags
&
PRIORITY_FLAGS_TICKET_BASED
)
info
(
"TICKET_BASED fairshare is deprecated. Please consider "
"using the
\"
FAIR_TREE
\"
algorithm."
);
slurmctld_conf
.
last_update
=
time
(
NULL
);
slurmctld_conf
.
last_update
=
time
(
NULL
);
END_TIMER2
(
"read_slurm_conf"
);
END_TIMER2
(
"read_slurm_conf"
);
return
error_code
;
return
error_code
;
...
...
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