1. 27 Nov, 2017 2 commits
  2. 24 Nov, 2017 1 commit
    • Brian Christiansen's avatar
      Show federated jobs over local cluster's copy · 53eb17a8
      Brian Christiansen authored
      If a pending federated job exists on clusters 2 and 3 and squeue is run
      from cluster 1 then the active siblings can come and go depending on
      which cluster returns the job info first and depending if that cluster
      is the origin cluster or not. The origin cluster only knows where the
      active siblings are.
      53eb17a8
  3. 22 Nov, 2017 4 commits
  4. 21 Nov, 2017 5 commits
  5. 20 Nov, 2017 2 commits
  6. 17 Nov, 2017 1 commit
  7. 16 Nov, 2017 4 commits
  8. 15 Nov, 2017 5 commits
  9. 14 Nov, 2017 1 commit
  10. 13 Nov, 2017 1 commit
  11. 10 Nov, 2017 2 commits
  12. 09 Nov, 2017 5 commits
  13. 08 Nov, 2017 3 commits
  14. 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
  15. 06 Nov, 2017 1 commit