1. 22 Nov, 2017 2 commits
  2. 21 Nov, 2017 5 commits
  3. 20 Nov, 2017 2 commits
  4. 17 Nov, 2017 1 commit
  5. 16 Nov, 2017 4 commits
  6. 15 Nov, 2017 5 commits
  7. 14 Nov, 2017 1 commit
  8. 13 Nov, 2017 1 commit
  9. 10 Nov, 2017 2 commits
  10. 09 Nov, 2017 5 commits
  11. 08 Nov, 2017 3 commits
  12. 07 Nov, 2017 3 commits
    • Danny Auble's avatar
      Make reoccurring reservations show up in the database. · 9afcf661
      Danny Auble authored
      This requires changing the resv_id and then also updating that on all
      the jobs.  Since this requires having the job write lock we spawn
      a new thread instead of altering all the paths into
      _advance_resv_time().
      
      Bug 4246
      9afcf661
    • Alejandro Sanchez's avatar
      Fix issue when resetting the partition pointers on nodes. · e6b2bd2d
      Alejandro Sanchez authored
      Issue could be triggered when updating a partition node(s) with node(s)
      that were already in the partition, incorrectly increasing the
      node_record->part_cnt (number of associated partitions) and thus
      incorrectly extending the array of pointers to partitions associated
      with this node, leading to an array with repeated associated
      partitions pointers.
      
      Bug 4318.
      e6b2bd2d
    • Brian Gilmer's avatar
      Cray module file - remove munge support. · 8b71b9fc
      Brian Gilmer authored
      On CLE 6.0 mungedir is /usr; a 'module unload' call then removes /usr/bin
      from PATH which is rather inconvenient.
      
      Bug 4334.
      8b71b9fc
  13. 06 Nov, 2017 1 commit
  14. 03 Nov, 2017 1 commit
    • Isaac Hartung's avatar
      Fix updating of requested TRES memory · 994e4f5c
      Isaac Hartung authored
      Memory TRES was getting the pn_min_memroy value when updating the job.
      But the TRES memory value is the total memory of the job
      (e.g pn_min_memory * cpus || pn_min_memory * nodes).
      
      Bug 4177
      994e4f5c
  15. 02 Nov, 2017 1 commit
  16. 01 Nov, 2017 3 commits