1. 11 Dec, 2013 14 commits
  2. 10 Dec, 2013 18 commits
  3. 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
  4. 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
  5. 07 Dec, 2013 4 commits