- 30 Jun, 2017 1 commit
-
-
Alejandro Sanchez authored
burst_buffer logic modified to support sizes in both SI and EIC size units (e.g. M/MiB for powers of 1024, MB for powers of 1000). bug 3922
-
- 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 1 commit
-
-
Tim Shaw authored
Bug 3581.
-
- 22 Jun, 2017 3 commits
-
-
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.
-
Hongjia Cao authored
Bug 3919
-
- 20 Jun, 2017 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
more than 1 partition or when the partition is changed with scontrol. Bug 3849
-
- 19 Jun, 2017 2 commits
-
-
Danny Auble authored
submitted to a QOS/association. Bug 3849
-
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 2 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
-
Tim Shaw authored
set correctly. Bug 3858
-
- 13 Jun, 2017 2 commits
-
-
Tim Wickberg authored
-
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
-
- 12 Jun, 2017 4 commits
-
-
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.
-
- 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
-
- 03 Jun, 2017 1 commit
-
-
Danny Auble authored
Fix regression from commit c05dcb8a (bug 1923) that doesn't take into consideration a blank char * as a valid option. This fixes the scenario like sacctmgr list associations user='' which would only print account associations. Bug 3862
-
- 02 Jun, 2017 1 commit
-
-
Danny Auble authored
a good return code. This also fixes the situation where the step was ending but not yet ended so it sends the KILL_TASK_FAILED error instead of JOB_NOTRUNNING. Also it removes the abort in favor of exit which it should had been anyways. Bug 3758
-
- 01 Jun, 2017 3 commits
-
-
Mark Klein authored
Inadvertently set to one when requested. Bug 3855.
-
Tim Wickberg authored
Bug 3857.
-
Tim Wickberg authored
File deletion can be slow, especially when StateSaveLocation in on NFS or other network filesystems. Since purge_old_job() holds all the slurmctld write locks, this is especially performance sensitive. Moving this to an independent thread lets the slower filesystem cleanup happen without owning these locks. purge_old_job() then results in the purged job ids being queued in the purge_list. A race with the job id potentially wrapping around again is already prevented by _dup_job_file_test() in get_next_job_id(). Bug 3763.
-
- 31 May, 2017 3 commits
-
-
Danny Auble authored
-
Tim Shaw authored
Bug 3840.
-
Tim Shaw authored
-
- 30 May, 2017 2 commits
-
-
Tim Shaw authored
node_featurs/knl_cray plugin: Don't clear configured GRES from non-KNL node. bug 3768
-
Danny Auble authored
-
- 26 May, 2017 2 commits
-
-
Danny Auble authored
the SchedulerParameters=reduce_completing_frag option. NOTE: reduce_completing_frag on or off only works with CompletingWait set to something. Bug 3756
-
Gary authored
For jobs submited to multiple partitions, report the job's earliest start time for any partition. bug 3754
-