- 06 Oct, 2017 2 commits
-
-
Tim Wickberg authored
This is no longer the case as of commit 224cd329 before 15.08 was released. Bug 4228 / bug 1570.
-
Isaac Hartung authored
to account for changes made in 8014b5a4
-
- 05 Oct, 2017 2 commits
-
-
Brian Christiansen authored
Before: $ sbatch --wrap="sleep 300" Submitted batch job 228 $ squeue JOBID PARTITION NAME USER ST TIME CPUS NODELIST(REASON) 228 debug wrap brian PD 0:00 1 (AssocMaxUnknownPerNode) Fixed: $ squeue JOBID PARTITION NAME USER ST TIME CPUS NODELIST(REASON) 229 debug wrap brian PD 0:00 1 (AssocMaxCpuPerNode) $ sacctmgr mod account stuff set maxtrespernode=cpu=-1,mem=1 $ squeue JOBID PARTITION NAME USER ST TIME CPUS NODELIST(REASON) 229 debug wrap brian PD 0:00 1 (AssocMaxMemPerNode) $ sbatch --wrap="sleep 300" --gres=blah:2 -pgpu Submitted batch job 235 $ squeue JOBID PARTITION NAME USER ST TIME CPUS NODELIST(REASON) 235 gpu wrap brian PD 0:00 1 (AssocMaxGRESPerNode)
-
Felip Moll authored
GCC now suggest parentheses around assignment used as truth value. Changed affected assignments.
-
- 04 Oct, 2017 3 commits
-
-
Morris Jette authored
burst_buffer/cray plugin modified to work with changes in Cray UP06 software release. Specific changes: Cray software now returns an error if a state_in or stage_out script is processed that doesn't actually request a stage in or out (previously silently ignored). Also the warning message about tearing down a buffer that is already gone changed.
-
Danny Auble authored
-
Felip Moll authored
The combination of the first and second digits in the version designate the major release. The third digit in the version designates the micro release. minor release word is removed as being confusing and useless.
-
- 02 Oct, 2017 4 commits
-
-
Danny Auble authored
Bug 4156
-
Danny Auble authored
Bug 3467
-
Dominik Bartkiewicz authored
Move the check up a bit more where it'll do some good. Bug 4184.
-
Dominik Bartkiewicz authored
Bug 4146.
-
- 29 Sep, 2017 2 commits
-
-
Danny Auble authored
Bug 3467
-
Danny Auble authored
Bug 3567
-
- 27 Sep, 2017 4 commits
-
-
Danny Auble authored
gres listed in your slurm.conf but some in gres.conf. Bug 3974
-
Brian Christiansen authored
allow_lines could be garbage because a goto could be hit before allow_lines is set. Continuation of 2e0cee37
-
Isaac Hartung authored
SelectTypeparameters has CR_ONE_TASK_PER_CORE Bug 3797
-
Danny Auble authored
'type' but no file defined.
-
- 22 Sep, 2017 2 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 21 Sep, 2017 1 commit
-
-
Doug Jacobsen authored
Bug 4174.
-
- 20 Sep, 2017 1 commit
-
-
Morris Jette authored
-
- 19 Sep, 2017 5 commits
-
-
Danny Auble authored
plugin when constraining devices.
-
Danny Auble authored
-
Danny Auble authored
from the string.
-
Danny Auble authored
correctly in sacct.
-
Danny Auble authored
-
- 16 Sep, 2017 1 commit
-
-
Tim Wickberg authored
-
- 14 Sep, 2017 1 commit
-
-
Tim Wickberg authored
A second PMI2_Init() within the same step is invalid, and cannot succeed. Return an error code back to the client end, and close the fd to force the step to terminate immediately. Due to a bug in our libpmi code, just returning a cmd=response_to_init with an appropriate rc number will not tear down the connection properly, so send back something else that will trigger the error path. Bug 3520.
-
- 13 Sep, 2017 2 commits
-
-
Alejandro Sanchez authored
-
Josh Samuelson authored
Bug 4154.
-
- 12 Sep, 2017 6 commits
-
-
Danny Auble authored
default path. This makes it so you don't always have to put AllowedDevicesFile in your cgroup.conf file if your etc dir is anything other than /etc/slurm.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Swap banking and TRES talks, Change "SLURM" to "Slurm"
-
Tim Wickberg authored
Adding a newline prevents this error: conftest.c:154:8: error: if statement has empty body [-Werror,-Wempty-body]
-
Alejandro Sanchez authored
remote cluster correctly determine the select type. Bug 2329
-
- 11 Sep, 2017 1 commit
-
-
Tim Wickberg authored
Created by VIM if .swp is already in use.
-
- 08 Sep, 2017 3 commits
-
-
Dominik Bartkiewicz authored
If /proc was inaccessible proc_name would leak. Put an explicit length cap in sprintf to avoid warning. The size is checked immediate before here so this is just making the 10-char limit explicit. Bug 4062.
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 3921.
-