1. 17 Apr, 2018 2 commits
    • Morris Jette's avatar
      Make UnavailableNodes value in job reason be correct for each job · fc4e5ac9
      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.
      fc4e5ac9
    • Dominik Bartkiewicz's avatar
      Prevent from wrongly returning, ESLURM_NODE_NOT_AVAIL from _pick_best_nodes... · e2a14b8d
      Dominik Bartkiewicz authored
      Prevent from wrongly returning, ESLURM_NODE_NOT_AVAIL from _pick_best_nodes when some jobs are using "--exclusive=user"
      
      Bug 4932.
      e2a14b8d
  2. 16 Apr, 2018 4 commits
  3. 14 Apr, 2018 2 commits
  4. 12 Apr, 2018 1 commit
  5. 11 Apr, 2018 17 commits
  6. 10 Apr, 2018 3 commits
  7. 06 Apr, 2018 2 commits
  8. 05 Apr, 2018 1 commit
  9. 04 Apr, 2018 1 commit
  10. 03 Apr, 2018 2 commits
  11. 02 Apr, 2018 1 commit
  12. 30 Mar, 2018 1 commit
  13. 27 Mar, 2018 3 commits