- 17 Apr, 2018 5 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Dominik Bartkiewicz authored
-
Morris Jette authored
1. Identifies nodes which are unavailable to a specific job, adding a call to filter_by_node_owner() in select_nodes() where the node list is generated. 2. Removes the "unavail_node_str" argument to select_nodes() as it is no longer useful. This string originally was originally generated once at the start of the job scheduling logic for all jobs, but since each job can have a different set of unavailable nodes (dedicated to user, group, etc.) so the same string for all jobs can be misleading. Bug 4932.
-
Dominik Bartkiewicz authored
Prevent from wrongly returning, ESLURM_NODE_NOT_AVAIL from _pick_best_nodes when some jobs are using "--exclusive=user" Bug 4932.
-
- 16 Apr, 2018 5 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Thomas HAMEL authored
Improve performance of 'squeue -u' when PrivateData=jobs is enabled by moving the UID filter code ahead of the more expensive PrivateData=job checks. Bug 5056.
-
Dominik Bartkiewicz authored
See commit 0dabf4e7. Bug 4932.
-
Dominik Bartkiewicz authored
regression from ef1f3e73. Bug 4885.
-
- 14 Apr, 2018 3 commits
-
-
Tim Wickberg authored
-
Michael Hinton authored
-
Michael Hinton authored
-
- 13 Apr, 2018 1 commit
-
-
Brian Christiansen authored
-
- 12 Apr, 2018 2 commits
-
-
Morris Jette authored
If scaling_available_frequencies file is not available, then derive values from scaling_min_freq and scaling_max_freq values. If cpuinfo_cur_freq file is not available then try to use scaling_cur_freq. bug 4910
-
Marshall Garey authored
Bug 4921
-
- 11 Apr, 2018 24 commits
-
-
Morris Jette authored
-
Morris Jette authored
This should never happen, but it does harden the code
-
Morris Jette authored
-
Morris Jette authored
This is a refinement to commit 95ab36b3 and also applies to node feature weighting bug 4968
-
Morris Jette authored
-
Morris Jette authored
Related to buffer create/destroy operation being supported with both #BB and #DW prefix.
-
Morris Jette authored
These are jobs that only create or destroy persistent burst buffers, so some job data structure fields required by NHC are not available and can cause an invalid memory reference
-
Morris Jette authored
over any other nodes. Bug 4968
-
Danny Auble authored
allocated time than 100% (Flex reservations). Bug 4968
-
Danny Auble authored
Bug 4968
-
Danny Auble authored
-
Boris Karasev authored
Bug 4968
-
Danny Auble authored
This was noticed while running test7.12
-
Danny Auble authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
This reverts commit 4d3dfc0a.
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
for reference from multiple places in the doc.
-
Isaac Hartung authored
and use squeue job state language. Accounting only stores the JOB_STATE_BASE states plus RESIZING, REQUEUED and REVOKED.
-
Isaac Hartung authored
Match other items in the list which have \f3 instead of \fB.
-