1. 20 Dec, 2013 4 commits
  2. 19 Dec, 2013 1 commit
    • Morris Jette's avatar
      scontrol show job - Correct NumNodes value · b31e2176
      Morris Jette authored
      It has been changed to improve the calculated value for pending
      jobs and use the actual node count value for jobs that have been
      started (including suspended, completed, etc.)
      bug 549
      b31e2176
  3. 18 Dec, 2013 7 commits
  4. 17 Dec, 2013 2 commits
  5. 16 Dec, 2013 4 commits
  6. 14 Dec, 2013 3 commits
  7. 13 Dec, 2013 4 commits
  8. 12 Dec, 2013 5 commits
  9. 11 Dec, 2013 3 commits
  10. 10 Dec, 2013 3 commits
  11. 09 Dec, 2013 2 commits
    • Morris Jette's avatar
      Modify squeue to support longer job ID values · 17f27007
      Morris Jette authored
      This is needed for job arrays with discontiguous task ID values
      (e.g. "123_[1,3,5,...99999]")
      17f27007
    • Morris Jette's avatar
      Improve sview support for job arrays · d998640f
      Morris Jette authored
      Previously job arrays were only listed with their native job ID
      (e.g. 123_0 listed as 123, 123_1 as 124, etc). Now lists the job ID
      using both format (e.g. "123_1 (124)"). The same format is used
      for job step IDs (e.g. "123_1.2 (124.2)").
      d998640f
  12. 08 Dec, 2013 2 commits
    • jette's avatar
      Describe previous commit in NEWS · b19bd476
      jette authored
      b19bd476
    • jette's avatar
      Fix for dynamic changes to GRES · b9fe6815
      jette authored
      If the GRES is associated with specific files AND
      the GRES count is reset using scontrol AND
      the slurmd is restarted either without a gres.conf file or with a count and no specific files AND
      the GRES count is then increased using scontrol the GRES bitmap will not match its count
      
      This fixes the root cause of the mismatch between bitmap size and GRES
      count and should render the rebuilding of the bitmap unnecessary.
      The rebuilding was handled in the following commits
      commit ec4df3bf
      commit 1712d619
      b9fe6815