1. 29 Jun, 2016 2 commits
    • Tim Wickberg's avatar
      Add additional liblua path name used on SLES12. · bd8257cd
      Tim Wickberg authored
      Bug 2864.
      bd8257cd
    • Morris Jette's avatar
      node_features/knl_cray fixes from testing · 4d273880
      Morris Jette authored
      Discovered in testing that the cnselect command only returns information
        about KNL node state for nodes that are already up. If a node is down
        or in the process of booting, only capmc as the state which will be in
        effect when the boot completes. This change merges the old logic (reading
        state from capmc) with new logic (merging new state information from
        cnselect into the capmc data), which results in the most complete
        picture possible about the KNL state.
      bug 2850
      4d273880
  2. 24 Jun, 2016 3 commits
  3. 23 Jun, 2016 7 commits
  4. 22 Jun, 2016 6 commits
  5. 21 Jun, 2016 1 commit
    • Brian Christiansen's avatar
      Fix test21.21 · a5c46b5d
      Brian Christiansen authored
      -t10 made the job's time limit 60 and not 6.
      -t1s are already being added by passed in limits.
      a5c46b5d
  6. 20 Jun, 2016 3 commits
  7. 19 Jun, 2016 2 commits
    • Morris Jette's avatar
      Add missing free for recent change · 2c11fdc5
      Morris Jette authored
      This is an addition to commit c5ace562
      2c11fdc5
    • Morris Jette's avatar
      Fix memory leaks for slurm_get_auth_info() · c5ace562
      Morris Jette authored
      The slurm_get_auth_info() function returns an xmalloc'ed string
      which few places were xfree'ing. The function in the past did
      not xmalloc a value, but returned a pointer to a cached string.
      When that was changed, the calls to the function were not all
      changed, resulting in leaks if AuthInfo was defined in slurm.conf.
      c5ace562
  8. 16 Jun, 2016 3 commits
  9. 15 Jun, 2016 4 commits
  10. 14 Jun, 2016 4 commits
  11. 13 Jun, 2016 1 commit
  12. 11 Jun, 2016 1 commit
    • Jason Bacon's avatar
      Correct #if logic · a6f444b3
      Jason Bacon authored
      correct precompile directive to test for variable definition rather
      than true value. Correction to commit 01b658a3
      a6f444b3
  13. 10 Jun, 2016 3 commits