- 10 Apr, 2017 5 commits
-
-
Morris Jette authored
Add sprio --local and --sibling options for use in federation of clusters.
-
Morris Jette authored
-
Morris Jette authored
Move the function to get job priorities from src/sprio to src/api so that we can handle the threading required for federated clusters in a common location in the event this logic is used from other places in the future (e.g. sview). No fundamental change in logic. The logic and definitions were just moved.
-
Morris Jette authored
-
Morris Jette authored
Add sprio -p/--partition option to filter jobs by partition name. Add partition name to job priority factor response message.
-
- 08 Apr, 2017 1 commit
-
-
Morris Jette authored
Modify backfill logic so that bf_max_job_user, bf_max_job_part and bf_max_job_user_part options can all be used independently of each other.
-
- 07 Apr, 2017 1 commit
-
-
Morris Jette authored
Add SchedulerParameters option of bf_max_job_user_part to specifiy the maximum number of jobs per user for any single partition. This differs from bf_max_job_user in that a separate counter is applied to each partition rather than having a single counter per user applied to all partitions.
-
- 06 Apr, 2017 10 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
The problem will be solved by using per-partition QOS and setting MaxJobPer[User|Account] on that QOS. bug 3668
-
Danny Auble authored
This was a regression in commit 1967d512.
-
Danny Auble authored
-
Morris Jette authored
Bug 3650
-
Morris Jette authored
This fixes test 7.17 to work with commit a152196f
-
Tim Wickberg authored
And mark thread local variables static to limit scope.
-
Brian Christiansen authored
-
- 05 Apr, 2017 19 commits
-
-
Morris Jette authored
Add SchedulerParameters option of bf_max_job_user_part to specifiy the maximum number of jobs per user for any single partition. This differs from bf_max_job_user in that a separate counter is applied to each partition rather than having a single counter per user applied to all partitions.
-
Danny Auble authored
-
Danny Auble authored
-
Brian Christiansen authored
-
Danny Auble authored
set min cpus based on tasks if we are overcommitting. If we do then it breaks how we overcommit.
-
Danny Auble authored
# Conflicts: # src/plugins/accounting_storage/mysql/as_mysql_convert.c
-
Danny Auble authored
-
Brian Christiansen authored
to remove active sibling from federated job.
-
Brian Christiansen authored
-
Brian Christiansen authored
so that it can be accessible to new function slurm_kill_job_msg.
-
Brian Christiansen authored
to be able to remove specific sibling jobs from a federated job's active siblings.
-
Brian Christiansen authored
-
Brian Christiansen authored
The fed_mgr was trying to only use the locks that it needed so that it could increase parallelism but this could lead to locks. When using the internal locking, you should get all the locks once and then release them.
-
Brian Christiansen authored
-
Brian Christiansen authored
The fed tests are checking the state of each sibling on each cluster. Since squeue/scontrol now combine the jobs from all clusters into one, the tests need to be update to look at state of the specific cluster.
-
Brian Christiansen authored
They should have been removed in 63b50688
-
Brian Christiansen authored
Didn't get into prev commit: 28396232
-
Brian Christiansen authored
Controls whether jobs local only to the cluster are shown or all sibling jobs are shown in a federation.
-
Tim Wickberg authored
Collapse the tests into the _store_locks and _clear_locks functions, otherwise Coverity will complain about the assignment as part of a test, as well as the side-effects only existing in development builds (which is intentional).
-
- 04 Apr, 2017 4 commits
-
-
Brian Christiansen authored
Continuation of 418e1c69
-
Danny Auble authored
-
Danny Auble authored
specify --with-pmix. Bug 3597 This makes it so you can also specify %slurm_with_pmix in .rpmmacros to specify a non-standard pmix installation.
-
Alejandro Sanchez authored
-