1. 13 Apr, 2015 1 commit
    • Morris Jette's avatar
      Eliminate "Node ping apparently hung" errors · 101570a9
      Morris Jette authored
      The error was being triggered by logic to collect accounting
      information starting and not being completed when testing to
      start a node ping RPC. In other words, the logic wasn't testing
      for the completion of one RPC against the start of that same
      RPC, but against the start of a different RPC. This change
      moves all of the timeout logic into the ping_nodes.c module
      where we can make sure that the timing of different RPCs do
      not get confused with each other.
      bug 1190
      101570a9
  2. 11 Apr, 2015 3 commits
  3. 09 Apr, 2015 1 commit
  4. 08 Apr, 2015 1 commit
  5. 07 Apr, 2015 8 commits
  6. 06 Apr, 2015 2 commits
  7. 02 Apr, 2015 3 commits
  8. 01 Apr, 2015 6 commits
  9. 31 Mar, 2015 1 commit
    • Morris Jette's avatar
      Limit user change of job priority · 4454316e
      Morris Jette authored
      A non-administrator change to job priority will not be persistent except
      for holding the job. User's wanting to change a job priority on a persistent
      basis should reset it's "nice" value.
      Without this change a user might lower a job's priority, but Slurm will
      not lower it more based upon fair-share changes.
      4454316e
  10. 30 Mar, 2015 1 commit
  11. 27 Mar, 2015 1 commit
  12. 26 Mar, 2015 2 commits
  13. 23 Mar, 2015 3 commits
  14. 20 Mar, 2015 3 commits
  15. 19 Mar, 2015 1 commit
  16. 18 Mar, 2015 3 commits