- 09 Aug, 2016 20 commits
-
-
Danny Auble authored
mysql_insert_id was always returning a my_ulonglong so we are just making it more compliant. This is needed primarily for a following commit that will change the job db_index to be be 64bit.
-
Morris Jette authored
-
Morris Jette authored
Document the partition limits considered in the EnforcePartLimits logic. bug 2920
-
Morris Jette authored
-
Morris Jette authored
Correction to commit b45a55bc but 2920
-
Morris Jette authored
-
Morris Jette authored
Make EnforcePartLimit support logic work with any ordering of partitions in job submit request. Developed jointly with Alejandro Sanchez <alex@schedmd.com> bug 2920
-
Tim Wickberg authored
Copy + paste error, CID 44786.
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
Calculation switched the node count in place of the cpu count, which results in incorrect estimates. CID 44784.
-
Dominik Bartkiewicz authored
CID 44787.
-
Dominik Bartkiewicz authored
Mistake was only visible with DEBUG_TIME, and under a debug3 message. CID 44785.
-
Morris Jette authored
-
Tim Wickberg authored
Bug 2950. Also identified as CID 56684 (copy+paste error).
-
Morris Jette authored
-
Dominik Bartkiewicz authored
CID 45023 and 45024.
-
Tim Wickberg authored
This now provides a consistent approach to when all partition priorities become zero. Before 'scontrol update' could leave norm_prio on the last partition to become zero as one.
-
Tim Wickberg authored
-
Tim Wickberg authored
Convert _calc_part_tres into a ListForF signature. Also removes a double xfree of part_ptr->tres_cnt.
-
Tim Wickberg authored
Tweak _dump_part_state() to act as a ListForF function.
-
- 08 Aug, 2016 8 commits
-
-
Tim Wickberg authored
-
Morris Jette authored
-
Morris Jette authored
Fix task:CPU binding logic for some processors. This bug was introduced in version 16.05.1 to address KNL bunding problem. bug 2972
-
Tim Wickberg authored
-
Tim Wickberg authored
Conflicts: src/slurmctld/proc_req.c
-
Dominik Bartkiewicz authored
Needed due to part_filter_set() calls; without write lock this can race returning inconsistent results to 'sinfo'. Bug 2958.
-
Morris Jette authored
-
Morris Jette authored
Regression test fixes if SelectTypePlugin not managing memory and no node memory size set (defaults to 1 MB per node).
-
- 07 Aug, 2016 2 commits
-
-
Morris Jette authored
Conflicts: src/common/slurm_acct_gather_profile.c
-
Morris Jette authored
Fix race condition in the account_gather plugin that could result in job stuck in COMPLETING state. bug 2973
-
- 04 Aug, 2016 1 commit
-
-
Morris Jette authored
These problems have been around for a while, but coverity just started to report them for some reason.
-
- 03 Aug, 2016 6 commits
-
-
Morris Jette authored
-
Morris Jette authored
Prior logic used to create an advanced reservation based upon a core count would ignore the specialized cores. Then when a job tried to use the reservation, it would consider the specialized cores and not be able to use the core count used in the reservation creation. This change considers specialized cores when creating the reservation.
-
Morris Jette authored
-
Morris Jette authored
There was a line removed that should not have been
-
Morris Jette authored
-
Morris Jette authored
Move the function that identifies specialized cores from static to extern for future use by advanced reservation logic.
-
- 02 Aug, 2016 3 commits
-
-
Morris Jette authored
If there are a huge number of jobs, the previous logic could keep the slurmctld daemon busy with locks set for several seconds. bug 2719
-
Brian Christiansen authored
Bring in federation read/write locks
-
Brian Christiansen authored
-