- Apr 07, 2015
-
-
Danny Auble authored
added back into the system.
-
Danny Auble authored
-
- Apr 06, 2015
-
-
Brian Christiansen authored
Bug 1578
-
David Bigagli authored
-
- Apr 03, 2015
-
-
Morris Jette authored
-
- Apr 02, 2015
-
-
Nicolas Joly authored
-
David Bigagli authored
-
Nicolas Joly authored
-
David Bigagli authored
-
Samuel Senoner authored
-
Morris Jette authored
-
- Apr 01, 2015
-
-
Brian Christiansen authored
Bug 1550
-
David Bigagli authored
-
David Bigagli authored
-
David Bigagli authored
their own jobs.
-
David Bigagli authored
-
Brian Christiansen authored
Bug 1469
-
David Bigagli authored
-
- Mar 31, 2015
-
-
Morris Jette authored
-
Morris Jette authored
A non-administrator change to job priority will not be persistent except for holding the job. User's wanting to change a job priority on a persistent basis should reset it's "nice" value. Without this change a user might lower a job's priority, but Slurm will not lower it more based upon fair-share changes.
-
- Mar 30, 2015
-
-
David Bigagli authored
-
- Mar 27, 2015
-
-
Brian Christiansen authored
Bug 1469 Return values from void functions are unknown and were causing list_for_each to short ciruit processing of the job list.
-
- Mar 26, 2015
-
-
Morris Jette authored
-
David Bigagli authored
-
Morris Jette authored
This is a correction to patch 5a9277b1
-
Morris Jette authored
Fix for misleading job submit failure errors sent to users. Previous error could indicate why specific nodes could not be used (e.g. too small memory) when other nodes could be used, but were not for another reason. bug 1537
-
Morris Jette authored
-
- Mar 25, 2015
-
-
Morris Jette authored
-
- Mar 23, 2015
-
-
Morris Jette authored
Correct the job array specification parser to accept brackets in job array expression (e.g. "123_[4,7-9]"). This patch superseeds patch 8d811201 bug 1552
-
Morris Jette authored
The logic fails if there are commas in the brackets: slurmctld: job_str_signal: 3 invalid job id 1593_[2,5-6] Updated patch in next commit bug 1552
-
David Bigagli authored
-
Morris Jette authored
This just releases the requeue_exit and requeue_exit_hold arrays when the slurmctld shuts down so we can more easily identify any real leaks.
-
- Mar 20, 2015
-
-
David Bigagli authored
-
David Bigagli authored
This reverts commit 5bd97a2c.
-
Morris Jette authored
RequeueExit and RequeueExitHold configuration parameters modified to accept numeric ranges. For example "RequeueExit=1,2,3,4" and "RequeueExit=1-4" are equivalent. bug 1549
-
David Bigagli authored
-
Morris Jette authored
-
Aaron Knister authored
-
Morris Jette authored
If SchedulerParameters value of bf_min_age_reserve is configured, then a newly submitted job can start immediately even if there is a higher priority non-runnable job which has been waiting for less time than bf_min_age_reserve.
-
- Mar 19, 2015
-
-
Morris Jette authored
-