1. 19 Jan, 2017 12 commits
  2. 18 Jan, 2017 10 commits
  3. 17 Jan, 2017 12 commits
  4. 16 Jan, 2017 1 commit
  5. 15 Jan, 2017 2 commits
  6. 14 Jan, 2017 3 commits
    • Morris Jette's avatar
      Remove trailing white space · 965d13cf
      Morris Jette authored
      965d13cf
    • Morris Jette's avatar
      Add infrastucture to report estimated boot time · e6f5cfc8
      Morris Jette authored
      Add BootTime configuration parameter to knl.conf file to optimize resource
          allocations with respect to required node reboots.
      Add node_features_p_boot_time() to node_features plugin to optimize
          scheduling with respect to node reboots.
      bug 3360
      e6f5cfc8
    • Morris Jette's avatar
      Avoid abort on bad message pack · 3569c72b
      Morris Jette authored
      When a buffer packed failed due to invalid message version, a NULL
        pointer was returned, which later resulted in an assert failure.
        This adds a check for a NULL pointer and avoids the assert.
      3569c72b