- 19 Oct, 2017 6 commits
-
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
E.g., gpu:tesla:2 would have parsed as quantity "telsa" of gpu. Change the index value to the end of the array (-1 index value). Bug 4250.
-
Felip Moll authored
GCC is complaining when incrementing a boolean variable, it should be assigned a value of true or false, and not incremented with ++. Bug 4212.
-
Dominik Bartkiewicz authored
Bug 4171
-
Dominik Bartkiewicz authored
Rather than end up with "%.-1s" printed out in the output as snprintf refused to parse the format specifier. Bug 4164.
-
Felip Moll authored
bugzilla #4238 - Added a hint for the window manager to all popups and windows in order to get max, min, close buttons in Gnome, XFCE, and others.
-
- 18 Oct, 2017 3 commits
-
-
Marshall Garey authored
Bug 4138
-
Danny Auble authored
Bug 4276
-
Danny Auble authored
Bug 4244
-
- 17 Oct, 2017 1 commit
-
-
Danny Auble authored
-
- 14 Oct, 2017 1 commit
-
-
Josh Samuelson authored
Pending job with administrator extended TimeLimit beyond partition's MaxTime remains pending with reason PartitionTimeLimit bug 4262
-
- 13 Oct, 2017 5 commits
-
-
Morris Jette authored
-
Brian Christiansen authored
The contoller will return node records with a NULL name for nodes that are hidden. This is so that you can map a partition_info's nodes -- using it's node_inx[] -- to a node record in the returned node_array from slurm_load_node(). Previously the perl api would leave an undefined object in the the node_array if the hidden nodes were found before a real node in the node_array and any hidden nodes at the end of the array from the controller wouldn't be counted for in the perl node_array. This patch adds empty hashes for hidden nodes and preserves the record_count and node_array from the slurmctld. Bug 4250
-
Brian Christiansen authored
The perl api leaves undefined objects in the node_array returned by load_nodes() for any node that is hidden. But 4250
-
Morris Jette authored
Bug 4003
-
Morris Jette authored
as process exits Bug 4003
-
- 10 Oct, 2017 7 commits
-
-
Isaac Hartung authored
Bug 4226
-
Brian Christiansen authored
when using xstrcasecmp. Matching up with other xstrcmp() functions.
-
Brian Christiansen authored
was missing
-
Isaac Hartung authored
Bug 4226
-
Tim Wickberg authored
that there was no bit_fmt was out of scope on the xfree. Passing a function address to xfree() predictably does not work very well. Change the variable name to avoid confusion. Bug 4241
-
Danny Auble authored
This reverts commit 48a71308.
-
Tim Wickberg authored
bit_fmt is a function, which is why the compiler didn't complain that there was no bit_fmt was out of scope on the xfree. Passing a function address to xfree() predictibly does not work very well. Change the variable name to avoid confusion.
-
- 09 Oct, 2017 1 commit
-
-
Brian Christiansen authored
.P begins a new paragraph and resets prevailing indent. man 7 man
-
- 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 3 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
-