- 30 Jun, 2017 1 commit
-
-
Dominik Bartkiewicz authored
This patch removes a window in which a message bound for the DBD could be packed with the non-dbd packing. This would result in a packed msg_type, but nothing else. When that message was given to the DBD it would complain forever about an unpacking error. Bug 3891 and 3939
-
- 29 Jun, 2017 1 commit
-
-
David Gloe authored
-
- 28 Jun, 2017 3 commits
-
-
Danny Auble authored
done. Pretty much remove 10cc6f93 Bug 3919
-
Danny Auble authored
workflows through the slurmd. Bug 3833
-
Tim Wickberg authored
-
- 27 Jun, 2017 1 commit
-
-
Danny Auble authored
-
- 26 Jun, 2017 1 commit
-
-
Thomas Opfer authored
from the slurmctld make sure the step allocation is made aware of it. Bug 3926 Also see commit b30139e5
-
- 23 Jun, 2017 2 commits
-
-
Morris Jette authored
test1.91 fails with non-default binding
-
Tim Shaw authored
Bug 3581.
-
- 22 Jun, 2017 6 commits
-
-
Morris Jette authored
test 17.12 was leaving slurm-#.out files around. Explicitly set output file to /dev/null and set time limit to 1 minute to avoid vestigial jobs.
-
Morris Jette authored
-
Morris Jette authored
-
Doug Jacobsen authored
Bug 3815 It would be nice to figure out a way to remove the check for version all together but I (Danny) couldn't figure out how that would be done since we need to know which libs/headers to use and on systems with multiple installed and no 'lua' lib (Ubuntu) you have to use the PKG_CHECK_EXISTS to set up the pkg name for PKG_CHECK_MODULES or you don't get things set up correct when trying to link.
-
Tim Wickberg authored
-
Hongjia Cao authored
Bug 3919
-
- 20 Jun, 2017 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
more than 1 partition or when the partition is changed with scontrol. Bug 3849
-
- 19 Jun, 2017 4 commits
-
-
Danny Auble authored
-
Danny Auble authored
submitted to a QOS/association. Bug 3849
-
Danny Auble authored
-
Morris Jette authored
Correct error message when ClusterName in configuration files does not match the name in the slurmctld daemon's state save file.
-
- 15 Jun, 2017 2 commits
-
-
Danny Auble authored
the requested value, instead of always setting one. This would make --hint=multithread not work at all. See Bug 3855 (commit 3c852da1) Issue originated from commit 82a959a8.
-
Dominik Bartkiewicz authored
bug 3447
-
- 14 Jun, 2017 3 commits
-
-
Danny Auble authored
Turns out if the extern step is created here and the job was killed long before hand the step is made erroneously and can cause an assert just lines later. Bug 3898
-
Danny Auble authored
specify an alternative --ntasks-per-*
-
Tim Shaw authored
set correctly. Bug 3858
-
- 13 Jun, 2017 4 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Changes the alpsc_configure_nic() call to set the exclusive flag, and 100 for both the cpu and memory scaling values. Should only be used with exclusive jobs without concurrent steps running on a node, otherwise oversubscription of the GNI resources can occur leading to performance issues. Bug 3713.
-
Danny Auble authored
What this does is populate the node_hash_table as nodes are being read in instead of after the node_record_table_ptr has been fully populated. This speeds up a start of a slurmd with a system of 10000 nodes from > 1 minute to less than a second. In 17.11 we will remove the linear xstrcmp check as it should no longer be needed. Bug 3885
-
Danny Auble authored
code change. Bug 3885
-
- 12 Jun, 2017 5 commits
-
-
bamb0u authored
-
Danny Auble authored
batch job takes longer than it takes to finish. Bug 3833
-
Danny Auble authored
time. Bug 3833
-
Morris Jette authored
An array was only being partially cleared due to bad logic bug 3876
-
Tim Wickberg authored
Bug 3874.
-
- 09 Jun, 2017 1 commit
-
-
Morris Jette authored
-
- 08 Jun, 2017 2 commits
-
-
Dominik Bartkiewicz authored
Improve selection of jobs to preempt when there are multiple partitions with jobs subject to preemption. bug 3824
-
Dominik Bartkiewicz authored
Prevent segfault from pointer dereference to the QOS that is being deleted. Fix to commit 3e8aa451.
-
- 07 Jun, 2017 1 commit
-
-
Tim Wickberg authored
-