1. 01 Jul, 2014 3 commits
    • 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
  2. 30 Jun, 2014 12 commits
  3. 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
  4. 27 Jun, 2014 8 commits
  5. 26 Jun, 2014 16 commits