1. 20 Apr, 2015 1 commit
  2. 17 Apr, 2015 2 commits
  3. 16 Apr, 2015 2 commits
  4. 15 Apr, 2015 7 commits
  5. 14 Apr, 2015 4 commits
  6. 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
  7. 11 Apr, 2015 3 commits
  8. 09 Apr, 2015 2 commits
    • Danny Auble's avatar
      CRAY - Throttle the post NHC operations as to not hog the job write lock · c5801a12
      Danny Auble authored
      if many steps/jobs finish at once.
      c5801a12
    • Morris Jette's avatar
      Add support for specialized threads · 709f6504
      Morris Jette authored
      * Add "--thread-spec" option to salloc, sbatch and srun commands. This is
        the count of threads reserved for system use per node.
      * Add ability for scontrol to get/set job ThreadSpec
      * sivew: Add job ThreadSpec field to get/set
      * Modify select/cons_res to manage job allocations while leaving specialized
        threads for system use.
      * core_spec plugins: Fix system task binding logic and logging
      * Modify squeue output for thread_spec values
      * task/affinity and cgroup: Enhanced task binding logic
      709f6504
  9. 08 Apr, 2015 1 commit
  10. 07 Apr, 2015 8 commits
  11. 06 Apr, 2015 3 commits
  12. 03 Apr, 2015 1 commit
  13. 02 Apr, 2015 3 commits
  14. 01 Apr, 2015 2 commits