/
Deprecating load_balancing scheduler config
Deprecating load_balancing scheduler config
Follow the PBS Pro Design Document Guidelines.
Links
- Link to discussion on Developer Forum: http://community.pbspro.org/t/deprecating-load-balancing-sched-config/2104
- Link to issue: <issue link if available>
- Link to pull request: https://github.com/PBSPro/pbspro/pull/1718
Overview
Setting load_balancing to true will make the scheduler take into account the load average on vnodes. This requires the scheduler to contact the mom via the rm library.
This is a slow way of doing things, as the scheduler will ping each vnode every cycle. Instead, just like mom dynamic resources, it should be set in an exechost hook.
Technical Details
load_balancing will be marked as deprecated in the documentation & eventually removed from the sched config
Notes
- This is the only non-deprecated feature that makes the scheduler contact the mom.
Project Documentation Main Page
, multiple selections available,
Related content
Obsolete help_starving_jobs/max_starve
Obsolete help_starving_jobs/max_starve
More like this
PP-337: Multiple schedulers servicing the PBS cluster
PP-337: Multiple schedulers servicing the PBS cluster
More like this
Add multi-sched support to pbs_snapshot
Add multi-sched support to pbs_snapshot
More like this
PP-587: Have only one mom report the compute node information to the server.
PP-587: Have only one mom report the compute node information to the server.
More like this
PP-832: PBSPro failover secondary server fails to continuously check whether it needs to start a scheduler locally
PP-832: PBSPro failover secondary server fails to continuously check whether it needs to start a scheduler locally
More like this
PP-724: new "keep <node count>" option for "pbs_release_nodes"
PP-724: new "keep <node count>" option for "pbs_release_nodes"
More like this