- 29 Apr, 2019 11 commits
-
-
Tim Wickberg authored
Bug 6632.
-
Brian Christiansen authored
Bug 6513
-
Nate Rini authored
Bug 6895.
-
Brian Christiansen authored
Bug 6895
-
Brian Christiansen authored
Bug 6895
-
Boris Karasev authored
PMIX_VAL_SET will not be supported in PMIx v4 or later. This commit changes the use of the old (and non-standard) PMIX_VAL_SET macro to the standardized PMIX_INFO_LOAD (which is used within a new internal PMIXP_KVP_ADD macro). Bug 6624.
-
Boris Karasev authored
This commit changes the logic of selecting a type of collective. The Tree-based algorithm will be selected when fence with an empty data contribution, which allows for improved fence performance. Bug 6637.
-
Dominik Bartkiewicz authored
Bug 6411.
-
Brian Christiansen authored
Continuation of 36c30487 Bug 6782
-
Doug Jacobsen authored
-
- 26 Apr, 2019 3 commits
-
-
Nate Rini authored
Otherwise, we could send communication packets bigger than max_allowed_packet. Bug 6832. Co-authored-by: Tim Wickberg <tim@schedmd.com>
-
Alejandro Sanchez authored
Regression introduced in 8d643e79. Bug 6832.
-
- 25 Apr, 2019 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
Bug 6440
-
Tim Wickberg authored
Link to build, add site_factor/none as the default (null) plugin. Connect in to priority_multifactor plugin. Note that the job_write_lock acquisition in _decay_thread() is promoted one level to protect both the fair tree use of it alongside the new site_factor plugin. As fair_tree has been made the default, I felt it was better to handle it this way, rather than have site_factor reacquire the locks right after fair_tree dropped them. For sites running without fair_tree, this does represent a minor drop in potential concurrency. Bug 5202.
-
- 24 Apr, 2019 3 commits
-
-
Moe Jette authored
when not the head job. Bug 6837 For more in depth explanation see comment 24
-
Albert Gil authored
When specifying -j and not -s then non-eligible jobs will be shown by sacct. Time windows can also be used with -S and -E. If --state is also used then non-eligible jobs won't be shown, because non-eligible are not actually PD. Bug 6873 # Conflicts: # NEWS
-
Ben Roberts authored
Bug 6805
-
- 23 Apr, 2019 3 commits
-
-
Danny Auble authored
Bug 6898
-
Albert Gil authored
Cancelled jobs before start have time_start=0 in the DB, but their time_end!=0 (the cancel time). Query fixed to handle properly these cases for -s PD. Bug 6894
-
Tim Wickberg authored
Now that the pid is no longer an argument, the name doesn't make sense. Change to container_g_join() to reflect the underlying functionality. Bug 6567.
-
- 22 Apr, 2019 2 commits
-
-
Ben Roberts authored
Brought the option in line with the "numtasks" option you use when not specifying --step. Preserved backwards compatbility for "numtask" for steps. Also upated docs and expect test. Bug 6861
-
Nate Rini authored
Bug 6236
-
- 18 Apr, 2019 8 commits
-
-
Dominik Bartkiewicz authored
Properly initialize structures throughout Slurm. Bug 6613
-
Danny Auble authored
Bug 6613
-
Dominik Bartkiewicz authored
Bug 6613
-
Broderick Gardner authored
Bug 6711.
-
Tim Wickberg authored
Regression from aca37654 . Bug 6826. Co-authored-by: Chad Vizino <chad@schedmd.com>
-
Tim Wickberg authored
Overrides any setting for SLURM_EXPORT_ENV, which can make nesting jobs simpler. If SBATCH_EXPORT_ENV=NONE (which will cause SLURM_EXPORT_ENV=NONE to be set in the batch step) is used alongside SRUN_EXPORT_ENV=ALL, this allows for the batch environment to be reset, but then for changes made in the batch script (e.g., loading modules with 'module load') to propagate out as part of the step launch. The same can be accomplished by the user in their scripts by explicitly setting 'srun --export=ALL ...' for every step launch, but this should provide an easier mechanism for sites to make this behavior the default for their users by pushing this pair of environment variables into their users default profiles. Bug 5537.
-
Michael Hinton authored
Matches PrologSlurmctld/EpilogSlurmctld behavior to Prolog. Bug 6615.
-
Tim Wickberg authored
Bug 6737.
-
- 17 Apr, 2019 6 commits
-
-
Morris Jette authored
Bug 6252
-
Brian Christiansen authored
to run RebootProgram from ctld. Bug 6115
-
Nate Rini authored
Bug 6010
-
Brian Christiansen authored
Bug 6869
-
Broderick Gardner authored
to guarantee a minimum runtime before preemption. Bug 5519
-
Brian Christiansen authored
to send user signal at preemption time. Bug 5867
-
- 16 Apr, 2019 1 commit
-
-
Danny Auble authored
These are conditions that need to remain constant until something changes on the job to reevaluate. Bug 6625
-