1. 03 Jul, 2014 2 commits
  2. 02 Jul, 2014 5 commits
  3. 01 Jul, 2014 9 commits
    • Morris Jette's avatar
      Add SQUEUE_FORMAT2 env var support · f4f2b8c2
      Morris Jette authored
      Add squeue support for SQUEUE_FORMAT2 environment variable, which
      is equivalent to the -O/--Format option.
      f4f2b8c2
    • Morris Jette's avatar
      Merge branch 'slurm-14.03' · 4eaaddfc
      Morris Jette authored
      4eaaddfc
    • Morris Jette's avatar
      correct step partition reported · e8af2e0b
      Morris Jette authored
      Report correct partition associated with a step if the job is submitted to
      multiple partitions. Previously all of the partitions that the job could
      run in would be reported for the step.
      e8af2e0b
    • Nathan Yee's avatar
      Added squeue -O/--Format option · 34dfde4d
      Nathan Yee authored
      Added squeue -O/--Format option that makes all job and step fields available
      for printing.
      34dfde4d
    • jette's avatar
      uid cache enhancements · 47dec510
      jette authored
      Add the uid cache functions thread safe
      add function to clear the uid cache when checking for memory leaks
      47dec510
    • jette's avatar
      Modify other commands to use uid cache · 0bd601db
      jette authored
      0bd601db
    • Anders Halager's avatar
      Added simple uid cache to squeue · 675bbc8d
      Anders Halager authored
      squeue has to convert uid_t to a char* username a lot. Every line of
      output(with the default format) and for every comparison when sorting by
      username. This causes multiple system calls to open and read /etc/passwd
      on standard systems and on my system running YP there were 17
      unnecessary entries in strace per line in the output.
      
      The cache is very simple, just a sorted array that is resorted for every
      new name. The number of unique usernames is likely going to be so low
      that any machine can handle it. No attempt is made at freeing memory for
      the same reason.
      675bbc8d
    • Morris Jette's avatar
      Merge branch 'slurm-14.03' · d8f8141c
      Morris Jette authored
      d8f8141c
    • Morris Jette's avatar
      Improve backfill logging · 7e29e8cd
      Morris Jette authored
      Add more detail to sched/backfill logging
      7e29e8cd
  4. 30 Jun, 2014 12 commits
  5. 29 Jun, 2014 1 commit
    • jette's avatar
      correct job end time if time limit infinite · 487bfd47
      jette authored
      sched/backfill - If job started with infinite time limit, set its end_time
      one year in the future. Previous logic would based it upon INFINITE and
      produce an overflow of the uint32_t time.
      487bfd47
  6. 27 Jun, 2014 8 commits
  7. 26 Jun, 2014 3 commits