1. 08 Sep, 2015 3 commits
  2. 02 Sep, 2015 4 commits
  3. 01 Sep, 2015 6 commits
  4. 28 Aug, 2015 4 commits
  5. 27 Aug, 2015 3 commits
  6. 26 Aug, 2015 3 commits
  7. 25 Aug, 2015 2 commits
  8. 21 Aug, 2015 8 commits
  9. 20 Aug, 2015 1 commit
    • 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
  10. 17 Aug, 2015 2 commits
  11. 14 Aug, 2015 4 commits
    • Morris Jette's avatar
      Document hidden cloud code · abb1534e
      Morris Jette authored
      No change in logic, just document the behaviour
      abb1534e
    • Danny Auble's avatar
      Note about variable not being freed. · 2320ab22
      Danny Auble authored
      2320ab22
    • 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
      Correct description in function header · 5410bdc2
      Morris Jette authored
      5410bdc2