1. 27 Aug, 2015 3 commits
  2. 26 Aug, 2015 6 commits
  3. 25 Aug, 2015 4 commits
  4. 24 Aug, 2015 1 commit
  5. 22 Aug, 2015 1 commit
  6. 21 Aug, 2015 6 commits
  7. 20 Aug, 2015 2 commits
    • David Bigagli's avatar
      Revert "Fix bug in conversion unit." · 9cdd9d45
      David Bigagli authored
      This reverts commit 406cb529.
      
      Conflicts:
      	NEWS
      
      This works ok up until 1048576M then it will make the divisor
      1048576 and when it goes to divide it only does it once instead of 2 times
      returning 1G instead of 1T.
      
      We have decided to wait until 15.08 for a no convert option to be added.
      9cdd9d45
    • David Bigagli's avatar
      Revert "Fix bug in conversion unit." · 696a4917
      David Bigagli authored
      This reverts commit 406cb529.
      
      Conflicts:
      	NEWS
      
      This works ok up until 1048576M then it will make the divisor
      1048576 and when it goes to divide it only does it once instead of 2 times
      returning 1G instead of 1T.
      
      We have decided to wait until 15.08 for a no convert option to be added.
      696a4917
  8. 19 Aug, 2015 1 commit
  9. 14 Aug, 2015 4 commits
    • Brian Christiansen's avatar
      Update NEWS · eb700c67
      Brian Christiansen authored
      Bug 858
      eb700c67
    • Brian Christiansen's avatar
      Fix case where job would get the wrong cpu count when using --ntasks-per-core... · 4b0fc9e8
      Brian Christiansen authored
      Fix case where job would get the wrong cpu count when using --ntasks-per-core and --cpus-per-task together.
      
      Bug 1370
      4b0fc9e8
    • Daniel Ahlin's avatar
      Non-default settings of AuthInfo fix · 02c96859
      Daniel Ahlin authored
      We are using a non-default AuthInfo configuration and based on
      log-messages we see I believe this is not properly handled in certain
      parts of the code.
      
      Typical log message:
      Aug 12 17:06:15 t02n20 slurmd[27001]: error: Munge encode failed:
      Failed to access "/var/run/munge/munge.socket.2": No such file or
      directory
      Aug 12 17:06:15 t02n20 slurmd[27001]: error: Creating authentication
      credential: Socket communication error
      Aug 12 17:06:15 t02n20 slurmd[27001]: error: stepd_connect to 3165.0
      failed: Protocol authentication error
      Aug 12 17:06:15 t02n20 slurmd[27001]: error: If munged is up, restart
      with --num-threads=10
      02c96859
    • Morris Jette's avatar
      Rebuild core reservation bitmap as needed · 931d1814
      Morris Jette authored
      Unfortunately the reservation's core_bitmap is a global bitmap and the nodes
      in the system may have changed in terms of their node count or nodes have been
      added or removed. Make best effort to rebuild the reservation's core_bitmap
      on the limited information currently available. The specific cores might
      change, but this logic at least leaves their count constant and uses the
      same nodes
      bug 1850
      931d1814
  10. 11 Aug, 2015 2 commits
  11. 06 Aug, 2015 1 commit
  12. 05 Aug, 2015 1 commit
  13. 04 Aug, 2015 2 commits
  14. 03 Aug, 2015 3 commits
  15. 31 Jul, 2015 1 commit
  16. 28 Jul, 2015 2 commits