1. 03 Aug, 2011 12 commits
  2. 02 Aug, 2011 10 commits
  3. 01 Aug, 2011 6 commits
  4. 29 Jul, 2011 5 commits
  5. 28 Jul, 2011 7 commits
    • Morris Jette's avatar
      Update META file for v2.3.0-rc1 tag · f5487dd0
      Morris Jette authored
      f5487dd0
    • Morris Jette's avatar
      Avoid hangs in slurmstped due to blocking IO to pty · df990efc
      Morris Jette authored
      When pty terminal emulation is used (srun --pty), the user's pseudo
      terminal has the potential to cause IO to block. Therefore, the code
      must avoid connecting slurmstepd's STDERR_FILENO to user pty to avoid
      a potential slurmstepd hang.
      Patch from Chris Morrone, LLNL.
      df990efc
    • Morris Jette's avatar
      slurm.spec: do not echo instructions during RPM install · ac1ee331
      Morris Jette authored
      Creating unnecssary output is poor RPM behavior. Quiet the instructions
      added in the post-install scriptlets of the slurm specfile.
      Patch from Mark Grondona, LLNL.
      ac1ee331
    • Morris Jette's avatar
      nfo: Fix incorrect reason user in sinfo -R output · 7e9bb34f
      Morris Jette authored
      Similar to the fix for the reason timestamp, the reason user
      should also be compared when creating sinfo -R and sinfo -Rl output,
      or else incorrect usernames could end up in output if everything
      else matches.
      Patch from Mark Grondona, LLNL.
      7e9bb34f
    • Morris Jette's avatar
      sinfo: Fix incorrect timestamp in sinfo -R output · 7b6aa928
      Morris Jette authored
      sinfo does not check for differing reason timestamps when coalescing output
      for sinfo -R and -Rl. This leads to incorrect timestamps in output if two
      nodes are down with the same reason string but at a different time.
      
      This fix adds a timestamp_reason_flag and a test to determine if
      timestamps are equivalent before coalescing lines of output.
      
      (Note: This patch is not an ideal fix for this issue. It would be much
      better if the sinfo output handlers (_print_* in sinfo/print.c) could
      also be called by sinfo to see if two lines of output were going
      to be equivalent and could be coalesced. This would do away with the
      separately kept "match_flags" which (as is seen here) are cumbersome
      to maintain.)
      Patch from Mark Grondona, LLNL.
      7b6aa928
    • Danny Auble's avatar
      Fixed minor sview bug where if a job had more than 20 steps the initial · 04536c2f
      Danny Auble authored
      color wasn't picked correctly, it was set correctly later, but this fixes
      it so it is set correctly from the beginning.
      04536c2f
    • Danny Auble's avatar
      fixed long line · d1db6934
      Danny Auble authored
      d1db6934