- 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 12 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
-
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
-
- 12 Oct, 2016 6 commits
-
-
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
-
Alejandro Sanchez authored
Bug 3007 e.g. brian@lappy:~/slurm/master/lappy$ scontrol show res ReservationName=root_167 StartTime=2016-10-12T10:24:35 EndTime=2016-10-12T10:54:35 Duration=00:30:00 Nodes=lappy[1-10] NodeCnt=10 CoreCnt=40 Features=(null) PartitionName=(null) Flags=OVERLAP,SPEC_NODES,ALL_NODES TRES=cpu=80 Users=root Accounts=(null) Licenses=(null) State=ACTIVE BurstBuffer=(null) Watts=n/a ReservationName=root_168 StartTime=2016-10-12T10:24:37 EndTime=2016-10-12T11:24:37 Duration=01:00:00 Nodes=lappy[1-10] NodeCnt=10 CoreCnt=40 Features=(null) PartitionName=(null) Flags=OVERLAP,SPEC_NODES,ALL_NODES TRES=cpu=80 Users=root Accounts=(null) Licenses=(null) State=ACTIVE BurstBuffer=(null) Watts=n/a brian@lappy:~/slurm/master/lappy$ sbatch --wrap="sleep 60" -t1 --test-only sbatch: Job 14435 to start at 2016-10-12T11:24:37 using 1 processors on lappy1
-