- 25 Nov, 2013 6 commits
-
-
David Bigagli authored
-
Danny Auble authored
-
jette authored
-
jette authored
No change in underlying logic
-
jette authored
This fixes a problem where a job contains a license that is removed in a slurmctld reconfiguration. Without this change, the job would be left with a non-zero license_list pointer referencing memory that had been freed bug 527
-
jette authored
Increase the range of possible reservation time values to allow for a really long RPC delay (possibly due to slurmctld fail over from primary to backup controller). Also change to a #define value for clarity bug 527
-
- 24 Nov, 2013 4 commits
- 22 Nov, 2013 2 commits
-
-
David Bigagli authored
-
David Bigagli authored
-
- 20 Nov, 2013 1 commit
-
-
David Bigagli authored
entire parallel job.
-
- 18 Nov, 2013 4 commits
-
-
Morris Jette authored
Conflicts: doc/html/faq.shtml
-
Morris Jette authored
The time/resource allocation matrix is rebuilt on each job exit, which severely impacts performance at large counts of running jobs (say >10k jobs).
-
Morris Jette authored
-
Michel Hummel authored
Logic in backfill scheduler did not change when array_task_id was changed from 16 to 32-bit
-
- 16 Nov, 2013 2 commits
-
-
Phil Eckert authored
-
Chrysovalantis Paschoulas authored
-
- 15 Nov, 2013 4 commits
-
-
Rod Schultz authored
limits are configured as 0.
-
Morris Jette authored
bug 511
-
Morris Jette authored
-
Morris Jette authored
Add ability to clear a node's DRAIN flag using scontrol or sview by setting it's state to "UNDRAIN". The node's base state (e.g. "DOWN" or "IDLE") will not be changed. bug 514
-
- 14 Nov, 2013 10 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
bug 511
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
Danny Auble authored
-
Morris Jette authored
-
- 13 Nov, 2013 7 commits
-
-
Morris Jette authored
-
Danny Auble authored
modular.
-
Morris Jette authored
-
Morris Jette authored
This makes it simpler to enable detailed debugging for reservations. This includes more information than we probably want to see with the DebugFlag=reservation and would be only for developer debugging
-
Morris Jette authored
This might have worked fine for core reservations or when there are sufficient idle nodes to use, the the select_g_resv_test() function clears the node bitmap for nodes that it can not use and the reservation create logic did not restore that bitmap after a failed resource selection attempt. This logic restores the node bitmap on a failed call to select_g_resv_test() so we can add nodes to the bitmap of available nodes rather than having it repeatedly cleared. The logic also adds some performance enhancements that I will add to in the next commit.
-
Morris Jette authored
-
jette authored
-