- 07 Apr, 2015 7 commits
-
-
Danny Auble authored
-
Morris Jette authored
switch/cray: If CR_PACK_NODES is configured, then set the environment variable "PMI_CRAY_NO_SMP_ENV=1" bug 1585
-
Danny Auble authored
-
Danny Auble authored
gating rpcs. Signed-off-by: Danny Auble <da@schedmd.com>
-
Danny Auble authored
-
Danny Auble authored
added back into the system.
-
Danny Auble authored
-
- 06 Apr, 2015 2 commits
-
-
Brian Christiansen authored
Bug 1578
-
David Bigagli authored
-
- 02 Apr, 2015 3 commits
-
-
David Bigagli authored
-
David Bigagli authored
-
Samuel Senoner authored
-
- 01 Apr, 2015 6 commits
-
-
Brian Christiansen authored
Bug 1550
-
David Bigagli authored
-
David Bigagli authored
their own jobs.
-
David Bigagli authored
-
Brian Christiansen authored
Bug 1469
-
David Bigagli authored
-
- 31 Mar, 2015 1 commit
-
-
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.
-
- 30 Mar, 2015 1 commit
-
-
David Bigagli authored
-
- 27 Mar, 2015 1 commit
-
-
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.
-
- 26 Mar, 2015 2 commits
-
-
David Bigagli authored
-
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
-
- 23 Mar, 2015 3 commits
-
-
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
-
- 20 Mar, 2015 3 commits
-
-
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
-
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.
-
- 19 Mar, 2015 1 commit
-
-
Morris Jette authored
-
- 18 Mar, 2015 6 commits
-
-
jette authored
Start job allocation using lowest numbered sockets for block task distribution for consistency with cyclic distribution. bug 1540
-
Danny Auble authored
block is set up to it's original state.
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 1533
-
jette authored
Fix bug that can permit someone to kill job array belonging to another user.
-
jette authored
Fix support for --mem=0 (all memory of a node) with select/cons_res plugin. Previously the job would not have it's memory constrained, but it would not make that memory unavailable to other jobs either. bug 1526
-
- 17 Mar, 2015 1 commit
-
-
Aaron Knister authored
This was previously added to v14.11
-
- 16 Mar, 2015 1 commit
-
-
jette authored
Added new SchedulerParameters value of bf_min_age_reserve. The backfill scheduler will not reserve resources for pending jobs until they have been pending for at least the specified number of seconds. This can be valuable if jobs lack time limits or all time limits have the same value.
-
- 13 Mar, 2015 1 commit
-
-
Morris Jette authored
Increase maximum MaxArraySize configuration parameter value from 1,000,001 to 4,000,001. bug 1535
-
- 12 Mar, 2015 1 commit
-
-
Marlys Kohnke authored
-