- 21 Apr, 2017 2 commits
-
-
Morris Jette authored
Fix to backfill scheduling with respect to QOS and association limits. Jobs submitted to multiple partitions are most likley to be effected. bugs 3680 and 3689
-
Danny Auble authored
-
- 20 Apr, 2017 3 commits
-
-
Tim Shaw authored
Bug 3646
-
Danny Auble authored
are free.
-
Danny Auble authored
options are mutually exclusive.
-
- 18 Apr, 2017 3 commits
-
-
Morris Jette authored
-
Tim Wickberg authored
-
Danny Auble authored
end at the same time. Bug 3604.
-
- 15 Apr, 2017 10 commits
-
-
Morris Jette authored
Modify sreport to report all jobs in federation by default. Also add --local option.
-
Morris Jette authored
Modify sacct to accept "--cluster all" option (in addition to the old "--cluster -1", which is still accepted). This makes sacct behave more like the other commands.
-
Morris Jette authored
Modify sacct to report all jobs in federation by default. Also add --local option.
-
Morris Jette authored
This changed in 17.11 where if the size was 0 we would return 0 which messes up the perl api. Bug 3644
-
Morris Jette authored
jobs have a priority that is lower than the selected job. Previous logic would permit other jobs with equal priority (no jobs with higher priority). Bug 3650
-
Dominik Bartkiewicz authored
circumstances.
-
Tim Shaw authored
array element per line. Bug 3573
-
Bill Brophy authored
If the depend_list is NULL or has zero elements, the string should be cleared as well. Bug 3651.
-
Thomas Opfer authored
The field needs to have its own copy, otherwise the pointer will become invalid when xfree()'d by a separate array task. Bug 3665.
-
Alejandro Sanchez authored
So that it is the same max length as in src/common/env.c. Used for explicitly laying out tasks on large CPU count nodes (e.g., KNL). Bug 3675.
-
- 14 Apr, 2017 1 commit
-
-
Thomas Opfer authored
Improve job scheduling sort after sorting by priority we now sort by submit time and then by job id. We used to not consider submit time. This handles the case where the job_ids have rolled or we are doing federation scheduling. Bug 3524
-
- 13 Apr, 2017 7 commits
-
-
Morris Jette authored
This changed in 17.11 where if the size was 0 we would return 0 which messes up the perl api. Bug 3644
-
Morris Jette authored
jobs have a priority that is lower than the selected job. Previous logic would permit other jobs with equal priority (no jobs with higher priority). Bug 3650
-
Dominik Bartkiewicz authored
circumstances.
-
Morris Jette authored
-
Morris Jette authored
If a task in a parallel job fails and it was launched with the --kill-on-bad-exit option then terminated the remaining tasks using the SIGCONT, SIGTERM and SIGKILL signals rather than just sending SIGKILL.
-
Morris Jette authored
Sinfo command with support for federated clusters
-
Tim Shaw authored
array element per line. Bug 3573
-
- 12 Apr, 2017 1 commit
-
-
Bill Brophy authored
If the depend_list is NULL or has zero elements, the string should be cleared as well. Bug 3651.
-
- 11 Apr, 2017 1 commit
-
-
Morris Jette authored
-
- 10 Apr, 2017 2 commits
-
-
Morris Jette authored
Add sprio --local and --sibling options for use in federation of clusters.
-
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 3 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.
-
Thomas Opfer authored
The field needs to have its own copy, otherwise the pointer will become invalid when xfree()'d by a separate array task. Bug 3665.
-
Alejandro Sanchez authored
So that it is the same max length as in src/common/env.c. Used for explicitly laying out tasks on large CPU count nodes (e.g., KNL). Bug 3675.
-
- 06 Apr, 2017 4 commits
-
-
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.
-
Morris Jette authored
Bug 3650
-
- 05 Apr, 2017 2 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
-