1. 21 Jul, 2014 2 commits
  2. 16 Jul, 2014 2 commits
  3. 15 Jul, 2014 6 commits
  4. 14 Jul, 2014 3 commits
  5. 12 Jul, 2014 1 commit
    • Morris Jette's avatar
      Add logic for job array cancel · afb18d76
      Morris Jette authored
      This adds a new function job_str_signal() which can be used to
      cancel/signal a job array using a single RPC rather than a series
      if RPCs, one per job record, which does not work with the new
      job array data structure. This new logic is untested.
      afb18d76
  6. 11 Jul, 2014 1 commit
  7. 07 Jul, 2014 7 commits
  8. 04 Jul, 2014 2 commits
    • Morris Jette's avatar
      Move job array task ID string format · 4007cdb9
      Morris Jette authored
      Move the formatting of a job array's task ID string from slurmctld
      to the client to reduce system overhead. There is logic in place
      to translate the full bitmap into a string, but in the worst case
      this can take roughly one minute (e.g. 1-1000000:2,2) so by default
      only the first 1024 bytes in the string are set. There is logic in
      the code to translate the full string, but commented out.
      4007cdb9
    • Morris Jette's avatar
      Fix some job array hashing issues · c308099a
      Morris Jette authored
      c308099a
  9. 03 Jul, 2014 5 commits
  10. 02 Jul, 2014 5 commits
  11. 01 Jul, 2014 6 commits