1. 31 Aug, 2018 1 commit
    • Morris Jette's avatar
      cons_tres enforce-binding fix · 67f68a8c
      Morris Jette authored
      with some configurations test39.1 would fail. This was due to
      not considering use of GRES that are non-local to available
      CPUs, even without enforced binding. This was due to always
      trying to enforce binding on the first pass. If that fails,
      then consider use of non-local GRES. The problem in the logic
      is it would never try non-local GRES if avail_res_array->avail_res_cnt
      was zero. This patch sets its value to the node's CPU count,
      which may not be ideal, but is a reasonable option.
      67f68a8c
  2. 30 Aug, 2018 23 commits
  3. 29 Aug, 2018 16 commits