- 28 Apr, 2016 18 commits
-
-
Tim Wickberg authored
And run autogen.sh again.
-
Alejandro Sanchez authored
bug 2597
-
Danny Auble authored
anymore.
-
Morris Jette authored
-
Morris Jette authored
Some systems return EWOULDBLOCK rather than EAGAIN on recv() failure This is an enhancement to commit af47b4b2
-
Morris Jette authored
-
Artem Polyakov authored
See bug 2672 for details
-
Morris Jette authored
Correction to commit 5176f7bc
-
Morris Jette authored
This fixes a problem introduced in commit 31aa3244 which was causing test1.91 to generate a fatal slurmd error.
-
Tim Wickberg authored
Conflicts: NEWS
-
Tim Wickberg authored
-
Morris Jette authored
Copied select items from NEWS
-
Danny Auble authored
# Conflicts: # NEWS
-
Danny Auble authored
of Slurm.
-
Danny Auble authored
to avoid potential deadlock.
-
Danny Auble authored
a more timely manner.
-
Danny Auble authored
-
Morris Jette authored
Use TaskPluginParam for default task binding if no user specified CPU binding. User --cpu_bind option takes precident over default. No longer any error if user --cpu_bind option does not match TaskPluginParam. bug 2655
-
- 27 Apr, 2016 16 commits
-
-
Danny Auble authored
No real code change.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Compiler errors out preventing these 13 from running without fixing the implied int type for main.
-
Brian Christiansen authored
-
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 6 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
-