1. 07 Dec, 2012 1 commit
    • Morris Jette's avatar
      Correction to hostlist sorting · c8f97453
      Morris Jette authored
      Correction to hostlist sorting for hostnames that contain two numeric
      components and the first numeric component has various sizes (e.g.
      "rack9blade1" should come before "rack10blade1")
      c8f97453
  2. 05 Dec, 2012 3 commits
  3. 04 Dec, 2012 1 commit
  4. 30 Nov, 2012 2 commits
  5. 29 Nov, 2012 7 commits
  6. 28 Nov, 2012 2 commits
  7. 27 Nov, 2012 5 commits
  8. 26 Nov, 2012 2 commits
  9. 22 Nov, 2012 1 commit
  10. 21 Nov, 2012 3 commits
  11. 20 Nov, 2012 3 commits
  12. 19 Nov, 2012 3 commits
  13. 09 Nov, 2012 2 commits
  14. 08 Nov, 2012 2 commits
  15. 07 Nov, 2012 3 commits
    • Danny Auble's avatar
      News for srun update · d14a872a
      Danny Auble authored
      d14a872a
    • Danny Auble's avatar
      CRAY - Replace srun.pl with launch/aprun plugin to use srun to wrap the · 422a411e
      Danny Auble authored
      aprun process instead of a perl script.
      422a411e
    • Janne Blomqvist's avatar
      Modify default log timestamp pto conform to RFC 5424 format · 4b941731
      Janne Blomqvist authored
      the attached patch changes the default timestamp format in logfiles to conform to RFC 5424 (the current version of the syslog RFC). It is identical to the current default "ISO 8601" timestamp used by slurm, with the exception that the timezone offset is appended. This has the benefits of
      
      1) It's unambiguous.
      
      2) Avoids potential confusion for admins running cluster(s) in different timezones.
      
      3) Might help debug issues related to DST transitions. (More on that later..)
      
      (To be pedantic, a RFC 5424 timestamp is still a valid ISO 8601 timestamp, but the converse is not necessarily true. So there is RFC 3339 which is a "profile" of ISO 8601, that is a subset, recommended for internet protocols. The RFC 5424 timestamp, in turn, is a subset of the RFC 3339 timestamps.)
      
      The previous behavior of can be used by running configure with the
      
      --disable-rfc5424time
      
      flag.
      4b941731