1. 20 Dec, 2013 2 commits
  2. 19 Dec, 2013 1 commit
    • Morris Jette's avatar
      scontrol show job - Correct NumNodes value · b31e2176
      Morris Jette authored
      It has been changed to improve the calculated value for pending
      jobs and use the actual node count value for jobs that have been
      started (including suspended, completed, etc.)
      bug 549
      b31e2176
  3. 18 Dec, 2013 1 commit
  4. 17 Dec, 2013 2 commits
  5. 16 Dec, 2013 1 commit
  6. 14 Dec, 2013 1 commit
  7. 13 Dec, 2013 2 commits
  8. 12 Dec, 2013 1 commit
    • Morris Jette's avatar
      slurmstepd variable initialization · 06b41cdc
      Morris Jette authored
      Without this patch, free() is called on a random memory location
      (i.e. whatever is on the stack), which can result in slurmstepd
      dying and a completed job not being purged in a timely fashion.
      06b41cdc
  9. 11 Dec, 2013 2 commits
  10. 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
  11. 08 Dec, 2013 1 commit
  12. 07 Dec, 2013 2 commits
  13. 06 Dec, 2013 2 commits
  14. 05 Dec, 2013 1 commit
  15. 04 Dec, 2013 1 commit
  16. 03 Dec, 2013 3 commits
    • Morris Jette's avatar
      Improve REQUEST_JOB_INFO_SINGLE RPC performance · 80d3b343
      Morris Jette authored
      Use hash function to locate job records for improved performance.
      80d3b343
    • Morris Jette's avatar
      Improve REQUEST_JOB_INFO_SINGLE RPC performance · 14bcfe58
      Morris Jette authored
      Change partition write lock to a read lock as we use a different
      mechanism for hidden partitions in getting individual jobs.
      14bcfe58
    • Morris Jette's avatar
      Correct job dependency string · 08265c03
      Morris Jette authored
      Correct logic returning remaining job dependencies in job information
      reported by scontrol and squeue. Eliminates vestigial descriptors with
      no job ID values (e.g. "afterany"). As depdencies are removed, the
      job ID values were removed from the strings, but not the descriptors.
      This eliminates both. It also checks the full job ID to make sure we do
      not remove "afterany:1234" when job "123" completes.
      08265c03
  17. 02 Dec, 2013 2 commits
  18. 29 Nov, 2013 2 commits
  19. 27 Nov, 2013 1 commit
  20. 26 Nov, 2013 1 commit
  21. 14 Nov, 2013 1 commit
  22. 13 Nov, 2013 1 commit
    • Morris Jette's avatar
      Corrections to advanced reservation logic with overlapping jobs. · d6954b77
      Morris Jette authored
      This might have worked fine for core reservations or when there
      are sufficient idle nodes to use, the the select_g_resv_test()
      function clears the node bitmap for nodes that it can not use
      and the reservation create logic did not restore that bitmap
      after a failed resource selection attempt. This logic restores
      the node bitmap on a failed call to select_g_resv_test() so we
      can add nodes to the bitmap of available nodes rather than having
      it repeatedly cleared.
      The logic also adds some performance enhancements that I will
      add to in the next commit.
      d6954b77
  23. 08 Nov, 2013 1 commit
  24. 05 Nov, 2013 1 commit
  25. 04 Nov, 2013 2 commits
  26. 01 Nov, 2013 2 commits
    • Morris Jette's avatar
      Fix for used_cpu_run_secs bad calcuation · f247ff3a
      Morris Jette authored
      Add argument to priority plugin's priority_p_reconfig function to note
      when the association and QOS used_cpu_run_secs field has been reset.
      Without this flag, we remove time on "scontrol setdebug" or
      "scontrol setdebugflag" that can result in used_cpu_run_secs
      going negative or otherwise get bad values.
      Correction to logic added in commit 6d793189
      bug 423
      f247ff3a
    • Morris Jette's avatar
      sched/wiki, sched/wiki2 - Fix to allow job start · 1f2348ab
      Morris Jette authored
      Fix to work with change logic introduced in Slurm version 2.6.3
      scheduling logic which prevented Maui/Moab from starting jobs.
      1f2348ab
  27. 29 Oct, 2013 1 commit