- 30 Sep, 2019 3 commits
-
-
Albert Gil authored
Admin/Operator users were not able to skip MaxQueryTimeRange when trying to show/fix runaway jobs. This commit uses _validate_operator() instead of _validate_slurm_user() in _get_jobs_cond() as well as check for operators in _fix_runaway_jobs(). Bug 7765
-
Dominik Bartkiewicz authored
Bug 7708
-
Dominik Bartkiewicz authored
Don't remove jobs from preemptee_candidates List. Bug 7708
-
- 26 Sep, 2019 4 commits
-
-
Ben Roberts authored
Incorrect since 18.08 / commit c1a537db when control_machine became an array. Bug 7790.
-
Georg Rath authored
Since this happens inside a the user process, this can inadvertently cause the user's job to die by running out of file descriptors. Bug 7814. Co-authored-by: William Arndt <warndt@lbl.gov>
-
Marshall Garey authored
Bug 7499
-
Dominik Bartkiewicz authored
Regression introduced in fb26b706. Bug 7675
-
- 25 Sep, 2019 2 commits
-
-
Tim Wickberg authored
Docs - note that #SBATCH directives stop processing after the first non-comment non-whitespace line. Bug 7763.
-
Albert Gil authored
Now the signaling of the batch step and the handeling of the flags is totally handled in _kill_all_active_steps() in slurmd, and _handle_signal_container() in stepd to ensure that: - if KILL_JOB_BATCH then only batch container is signaled - if KILL_FULL_JOB then batch script and its children are also signaled - if both of the above then only the batch script and its children are signaled We do not relay anymore on proctrack_g_signal() to handle the batch step signaling anymore, therefore it works the same for all proctrack plugins. This commit also includes minor related fixes in other code handling such signaling flags, and documentation improvement. Bug 7282
-
- 23 Sep, 2019 7 commits
-
-
Tim Wickberg authored
-
Ben Roberts authored
Bug 7789
-
Nate Rini authored
-
Nate Rini authored
-
Brian Christiansen authored
gres_device2 should always be defined since device_list is a subset of gres_devices. CID 204099 Contiunation of 1cd43fce Signed-off-by: Michael Hinton <hinton@schedmd.com> Bug 7630
-
Brian Christiansen authored
Continuation of d3df44ca
-
Chad Vizino authored
Bug 7778
-
- 20 Sep, 2019 3 commits
-
-
Brian Christiansen authored
Signed-off-by: Tim Wickberg <tim@schedmd.com> Bug 7697
-
Michael Hinton authored
1cd43fce Bug 7630
-
Michael Hinton authored
The problem was that MPS and GPU plugins each have separate device file records that point to the same file (duplicate device files are normally rejected in gres.conf, so this is a special case). So when a comprehensive GRES device list was assembled from each plugin in gres_plugin_get_allocated_devices(), these files were being double-counted, causing the issue. The solution is to make this comprehensive GRES list unique by omitting records with duplicate file paths. Bug 7630
-
- 19 Sep, 2019 2 commits
-
-
Marcin Stolarek authored
archive dump and archive load are two complementary options with different arguments for each. Bug 7279
-
Douglas Wightman authored
Bug 7556
-
- 16 Sep, 2019 5 commits
-
-
Danny Auble authored
-
Robert Tweedy authored
Bug 7727 This was missed in commit 6ac4ce84.
-
Tim Wickberg authored
-
Chad Vizino authored
Bug 7754
-
Marcin Stolarek authored
Using numbers is still supported, however, may be very misleading. We shouldn't use it in examples. Bug 7751
-
- 12 Sep, 2019 5 commits
-
-
Brian Christiansen authored
-
Albert Gil authored
Bug 7723
-
Marcin Stolarek authored
An incorrect logic with the variables holding available cores in the gres_plugin_job_core_filter3() function lead to a potential infinite "while (avail_cores_tot > req_cores)" loop, leaving slurmctld unresponsive. Bug 7685.
-
Brian Christiansen authored
Bug 7719 Signed-off-by: Danny Auble <da@schedmd.com>
-
Dominik Bartkiewicz authored
Regression caused by 72736af2. Bug 7708.
-
- 10 Sep, 2019 1 commit
-
-
Danny Auble authored
FastSchedule will be removed in 20.02. FastSchedule=2 functionality has been moved to SlurmdParameters=config_overrides. Bug 7496. Signed-off-by: Tim Wickberg <tim@schedmd.com>
-
- 07 Sep, 2019 1 commit
-
-
Marcin Stolarek authored
-
- 06 Sep, 2019 4 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 7664
-
Brian Christiansen authored
Bug 7699
-
Danny Auble authored
Continuation of 64876087 Bug 7698
-
- 05 Sep, 2019 1 commit
-
-
Nate Rini authored
-
- 04 Sep, 2019 2 commits
-
-
Danny Auble authored
Bug 4781
-
Dominik Bartkiewicz authored
Otherwise, there could be time frames where printed schednodes information could be obsolete. Bug 7676.
-