- 27 Apr, 2016 11 commits
-
-
Brian Christiansen authored
-
Tim Wickberg authored
Do not use AC_CONFIG_FILES as this may not expand all variables at config time. Loosely based on recommendations from http://www.gnu.org/software/autoconf/manual/autoconf.html#Makefile-Substitutions Run autogen.sh to pick up changes as well. Bug 2247/2298.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
though we decided to push that fix to 16.05 since this has been broken for a while and no one has complained.
-
Morris Jette authored
Prior logic only supported ntasks_per_core bug 2655
-
Morris Jette authored
The logic in select/cons_res had a bad calculation where it used the CPUs per socket rather than CPUs per core in determining how much memory a job would require (e.g. 6 cores per socket, 2 threads per core; if a job requested 4 tasks, the algorithms was determining the memory requirement would be that of 48 CPUs [4*6*2] rather than 8 CPUs [4*2])
-
Danny Auble authored
meant to be checked in.
-
Danny Auble authored
# Conflicts: # src/slurmctld/reservation.c
-
Morris Jette authored
Avoid error message of "Requested cpu_bind option requires entire node to be allocated; disabling affinity" being generated in some cases where task/affinity and task/cgroup plugins used together.
-
- 26 Apr, 2016 18 commits
-
-
Danny Auble authored
-
Danny Auble authored
restart of the slurmctld.
-
Morris Jette authored
On some systems the char_to_val was not being put into the plugin, resulting in the following error: slurmstepd: [23.0]: symbol lookup error: /home/jette/SLURM/install_smd/lib/slurm/task_cgroup.so: undefined symbol: char_to_val The problem was fixed by declaring the function "static". The function was name was also updated with a leading "_" to indicate the function is local to that module.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
René Genz authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Sam Gallop authored
Otherwise miscalculated limit will lead to job cancellation even when well inside the allocated amount. Bug 2660.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Bug 2208
-
Morris Jette authored
Expect is unable to work with more than 32-bit numbers, so it can't properly test task affinity on KNL with 272 threads
-
Danny Auble authored
This reverts commit 7cc35810.
-
Brian Christiansen authored
Bug 2386
-
Brian Christiansen authored
Bug 2386
-
Morris Jette authored
-
- 25 Apr, 2016 2 commits
-
-
Morris Jette authored
This eliminates the overhead of separately issuing node_off and node_on commands with the single node_reinit command. It also sets a node DOWN if the node_reinit command fails. bug 2659
-
Tim Wickberg authored
Also remove remove misleading note "Unless PreemptType=preempt/partition_prio the partition Priority is not critical"; it does still impact scheduling when nodes overlap partitions.
-
- 23 Apr, 2016 3 commits
-
-
Danny Auble authored
future changes similar to commit fb22bcc2 would most likely need to be done.
-
Danny Auble authored
-
Tim Wickberg authored
in the slurmdbd segfaulting. Bug 2656
-
- 22 Apr, 2016 6 commits
-
-
Morris Jette authored
This patch adds improved checking for errors and retry logic with respect to changing KNL NUMA & MCDRAM modes plus power cycling the nodes. bug 2658
-
Morris Jette authored
The patch looks a bit odd, but it just wraps a block of code with "if (gres_context_cnt > 0) {"
-
Morris Jette authored
-
Brian Christiansen authored
Bug 2351
-
Brian Christiansen authored
-
Nathan Yee authored
Bug 2351
-