- 13 Feb, 2019 3 commits
-
-
Morris Jette authored
Correct format of some comments Combine text of log message onto one line so it can be search for
-
Felip Moll authored
-
Morris Jette authored
Previous logic would sort by name using xstrcmp(). The new logic extracts the numeric suffix and sorts based upon that number. The difference is that the old algorithm would put "/dev/nvidia10" before "/dev/nvidia2". The new logic would put "/dev/nvidia10" after "/dev/nvidia2" and "/dev/nvidia9".
-
- 12 Feb, 2019 2 commits
-
-
Tim Wickberg authored
-
Felip Moll authored
Add PMIx and IMPI compatibility informations.
-
- 11 Feb, 2019 11 commits
-
-
Danny Auble authored
# Conflicts: # src/common/gres.c
-
Moe Jette authored
to prevent underflow. Bug 6370
-
Nate Rini authored
The slurmctld would segfault if we didn't check this. Bug 6449.
-
Dominik Bartkiewicz authored
What this code was used for was to try at the end of a job to see if an association was there if there wasn't one there at the beginning of the job. From what we can tell the largest fallout here is a site wasn't enforcing associations, then they do by scontrol reconfig and jobs already running don't get an association id. Since this was already the case for any other job ran before hand this didn't seem like that large of an issue. What this does solve though is it allows you to release a job that was held from a failed node since what was happening here was we got into a state where if you ran scontrol release 16862350_300 Job update not available right now, the DB index is being set, try again in a bit for job 16862350_300 slurm_suspend error: Job update not available right now, the DB index is being set, try again in a bit This makes it so this state doesn't happen. Bug 6340
-
Moe Jette authored
already booted when slurmctld daemon is reconfigured. Bug 6457
-
Dominik Bartkiewicz authored
Bug 6468.
-
Dominik Bartkiewicz authored
Bug 5513.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
- 10 Feb, 2019 17 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
was recalculating if a new higher was larger than the previous but not if existing highest decreased.
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
associations, partitions, qos, tres Bug 6288
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 6286
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
gets out of sync easily when adding new sections.
-
Brian Christiansen authored
-
Brian Christiansen authored
Can be set by job_submit plugin to adjust a job's priority based on size of job. It can also be updated with: scontrol update jobid=<> adminpriofactor=# Bug 6287
-
- 09 Feb, 2019 1 commit
-
-
Morris Jette authored
Modify GrpNodes limit to apply to unique nodes allocated (avoid double counting nodes allocated to multiple jobs in the same QOS or association).
-
- 08 Feb, 2019 5 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 6458
-
Brian Christiansen authored
Bug 6458
-
Kilian Cavalotti authored
Lustre client stats moved to /sys/kernel/debug/lustre/llite with 2.12. Bug 6385. Co-authored-by: Tim Wickberg <tim@schedmd.com>
-
- 07 Feb, 2019 1 commit
-
-
Morris Jette authored
-