1. 23 Dec, 2013 4 commits
  2. 20 Dec, 2013 3 commits
  3. 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
  4. 18 Dec, 2013 1 commit
  5. 17 Dec, 2013 2 commits
  6. 16 Dec, 2013 1 commit
  7. 14 Dec, 2013 3 commits
  8. 13 Dec, 2013 2 commits
  9. 12 Dec, 2013 2 commits
    • Morris Jette's avatar
      Add job data pack flag to accounting RPC · c1178d8b
      Morris Jette authored
      Without this flag, if the configuration changes or is inconsistent
      between nodes then the pack and unpack can be out of sync in terms
      of what data is expected. This will let server tell the client what
      data is packed.
      c1178d8b
    • 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
  10. 11 Dec, 2013 2 commits
  11. 10 Dec, 2013 1 commit
  12. 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
  13. 08 Dec, 2013 1 commit
  14. 07 Dec, 2013 3 commits
  15. 06 Dec, 2013 2 commits
  16. 05 Dec, 2013 3 commits
  17. 04 Dec, 2013 1 commit
  18. 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
  19. 02 Dec, 2013 3 commits