- Sep 09, 2017
-
-
Tim Wickberg authored
-
- Aug 22, 2017
-
-
Philip Kovacs authored
Bug 4094
-
- Aug 08, 2017
-
-
Tim Wickberg authored
Ensure proper termination in places that were otherwise missing it, and remove some awkward termination handling in other locations.
-
- Aug 04, 2017
-
-
Danny Auble authored
-
- Jul 26, 2017
-
-
Dominik Bartkiewicz authored
Fix regression in commit e5c05549 that would put the stepd pid into the memory cgroup instead of the task's pid. Beforehand this would put the result of getpid() into the cgroup. Before e5c05549 this was done in the child of the fork which would get you the task's pid, but moving it to run in the parent broke this logic. What this patch does is adds pid to the input parameters of task_g_pre_launch_priv making it so we could use the correct pid.
-
- Jun 28, 2017
-
-
Tim Wickberg authored
Makes testing with multiple-slurmd much nicer.
-
- Jun 16, 2017
-
-
Danny Auble authored
-
- Jun 12, 2017
-
-
Morris Jette authored
An array was only being partially cleared due to bad logic bug 3876
-
- Apr 26, 2017
-
-
Danny Auble authored
cpus on the node.
-
- Feb 14, 2017
-
-
Danny Auble authored
-
- Feb 06, 2017
-
-
Danny Auble authored
-
- Jan 24, 2017
-
-
Tim Wickberg authored
FreeBSD requires this to build; overlooked in 2d9e999f.
-
Tim Wickberg authored
-
- Jan 19, 2017
-
-
Danny Auble authored
-
- Jan 18, 2017
-
-
Tim Wickberg authored
-
- Dec 31, 2016
-
-
Morris Jette authored
-
Morris Jette authored
Bug introduced yesterday in commit 239cfa96
-
- Dec 30, 2016
-
-
Morris Jette authored
Several possibly unterminated string operations Several memory leak fixes
-
- Dec 12, 2016
-
-
Tim Wickberg authored
Covert bitstring.c to use it instead of BITSTR_SINGLE_FMT and BITSTRING_RANGE_FMT and remove those. Use within task/affinity as well so that builds with USE_64BIT_BITSTR enabled will pass.
-
Tim Wickberg authored
Missed the extra comma this introduces; looking at alternate approaches. This reverts commit 58cd45ae.
-
Tim Wickberg authored
Use within dist_tasks.c when printing a bitoff_t to fix compile with USE_64BIT_BITSTR enabled.
-
- Nov 01, 2016
-
-
Danny Auble authored
and request --ntasks-per-core=1 and only 1 task on the node the slurmd would abort on an infinite loop fatal. Regression is from commit 5265420d. Without this fix you can get into an infinite loop in the task/affinity plugin. The loop is handled by producing a fatal. Bug 3118
-
- Oct 31, 2016
-
-
Morris Jette authored
bug 3188
-
- Oct 17, 2016
-
-
Morris Jette authored
Also replace string copies with setting of pointers for better performance.
-
Danny Auble authored
the way we use it and it also is deprecated, most likely since it really isn't needed.
-
- Oct 14, 2016
-
-
Morris Jette authored
Add suppoprt for --mem_bind=prefer option to prefer, but not restrict memory use to the identified NUMA node. bug 3126
-
- Oct 13, 2016
-
-
Morris Jette authored
task/affinity plugin: Honor a job's --ntasks-per-socket and --ntasks-per-core options in task binding. bug 3118
-
- Oct 12, 2016
-
-
Morris Jette authored
task/affinity plugin: Honor a job's --ntasks-per-socket and --ntasks-per-core options in task binding. bug 3118
-
- Sep 28, 2016
-
-
Tim Wickberg authored
Remove from build system, and delete L/P specific files. Run autogen.sh as well.
-
- Sep 16, 2016
-
-
Gennaro Oliva authored
bug 3093
-
- Aug 22, 2016
-
-
Danny Auble authored
-
- Aug 12, 2016
-
-
Morris Jette authored
-
- Jun 11, 2016
-
-
Jason Bacon authored
correct precompile directive to test for variable definition rather than true value. Correction to commit 01b658a3
-
- Jun 10, 2016
-
-
Morris Jette authored
-
Jason Bacon authored
correct precompile directive to test for variable definition rather than true value. Correction to commit 01b658a3
-
Morris Jette authored
-
Morris Jette authored
Make sure strings are NULL terminated. Prolems reported by Coverity
-
Jason Bacon authored
-
Morris Jette authored
Make sure strings are NULL terminated. Prolems reported by Coverity
-
- Jun 09, 2016
-
-
Morris Jette authored
-