- 19 Oct, 2016 1 commit
-
-
Morris Jette authored
-
- 18 Oct, 2016 6 commits
-
-
Martin Perry authored
-
Tim Wickberg authored
Continuation of commit 2fd4d7a6. MySQL dropped support for 'ignore', unconditionally remove that to avoid issues with mismatching client + server versions like in bug 3189.
-
Dominik Bartkiewicz authored
Improve reported estimates of start and end times for pending jobs. bug 3184
-
Morris Jette authored
Cray: Prevent abort in backfill scheduling logic for requeued job that has been cancelled while NHC is running. bug 3185
-
Joseph Mingrone authored
Old command line would not work with FreeBSD. New command line should work with all systems bug 3021
-
Tomasz Abramczyk authored
Add mechanism to constrain kernel memory allocation using cgroups. New cgroup.conf parameters added: ConstrainKmemSpace, MaxKmemPercent, and MinKmemSpace. bug 2917
-
- 17 Oct, 2016 9 commits
-
-
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.
-
- 15 Oct, 2016 3 commits
-
-
Morris Jette authored
Bug reported by Coverity
-
Morris Jette authored
-
Morris Jette authored
-
- 14 Oct, 2016 10 commits
-
-
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.
-
- 13 Oct, 2016 11 commits
-
-
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
-