- Oct 18, 2016
-
-
Tomasz Abramczyk authored
Add mechanism to constrain kernel memory allocation using cgroups. New cgroup.conf parameters added: ConstrainKmemSpace, MaxKmemPercent, and MinKmemSpace. bug 2917
-
- Oct 17, 2016
-
-
Morris Jette authored
-
Morris Jette authored
Also replace string copies with setting of pointers for better performance.
-
Morris Jette authored
Modify DataWarb example to use an environment variable rather than absolute path
-
Danny Auble authored
older versions. This is fixed differently going forward, so we can start warning about deprecated declarations again.
-
Danny Auble authored
-
Danny Auble authored
the way we use it and it also is deprecated, most likely since it really isn't needed.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
new glibc 2.24+ that depricates readdir_r.
-
- Oct 15, 2016
-
-
Morris Jette authored
Bug reported by Coverity
-
Morris Jette authored
-
Morris Jette authored
-
- 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
-
Morris Jette authored
Modify cpu_bind and mem_bind map and mask options to accept a repetition count to better support large task count. For example: "mask_mem:0x0f*2,0xf0*2" is equivalent to "mask_mem:0x0f,0x0f,0xf0,0xf0" bug 3065
-
Tim Wickberg authored
Remove include, this was merged into xstring.h with the rest of the string functions.
-
Tim Wickberg authored
-
Tim Wickberg authored
This reverts commit 8bc8e7e6.
-
Morris Jette authored
-
Morris Jette authored
The slurm_strcasestr() which existed in v16.05 was removed in v17.02.
-
Morris Jette authored
-
Morris Jette authored
Found by Coverity
-
Morris Jette authored
Fix for possibly treating a negative number as a positive. Problem reported by Coverity.
-
- Oct 13, 2016
-
-
Morris Jette authored
-
Morris Jette authored
Change the default syscfg path to /usr/bin/syscfg Don't load the plugin if ResumeProgram is configured Update documentation on web page
-
Morris Jette authored
-
Morris Jette authored
This applies only to knl_generic plugin. The original node active features should be the same as the features field at startup. The logic was assuming the original value was NULL.
-
Morris Jette authored
This was a new function added to support knl_generic and it was originally assigned the wrong name.
-
Morris Jette authored
Added node_features/knl_generic plugin for KNL support on non-Cray systems. NOTE: This plugin is still under development.
-
Morris Jette authored
-
Morris Jette authored
Do not propagate SLURM_UMASK environment variable to batch script. bug 2609
-
Morris Jette authored
-
Morris Jette authored
task/affinity plugin: Honor a job's --ntasks-per-socket and --ntasks-per-core options in task binding. bug 3118
-
Pär Lindfors authored
-
Bjørn-Helge Mevik authored
Correct a bitmap test function (used only by the select/bluegene plugin). The effect of this bug is probably very limited as it will in almost all cases revert prematurely to a bit-by-bit test rather than using a full-word test. bug 3145
-
- Oct 12, 2016
-
-
Tim Wickberg authored
Cannot use ClusterName without reading a config file that may not exist. Bug 3026.
-
Tim Wickberg authored
This introduced an inadvertent dependency on the config file, which does not exist when setting up a new cluster. Bug 3026. This reverts commit c39f9ac9.
-
Tim Wickberg authored
-
Morris Jette authored
task/affinity plugin: Honor a job's --ntasks-per-socket and --ntasks-per-core options in task binding. bug 3118
-
Pär Lindfors authored
-