1. 03 Mar, 2016 2 commits
    • Morris Jette's avatar
      Increase step GRES variable size · 7f0bdc84
      Morris Jette authored
      Step GRES value changed from type "int" to "int64_t" to support larger
      values. Previous logic could fail in step allocation values over 32-bits.
      Other GRES values are 64-bit.
      7f0bdc84
    • Danny Auble's avatar
      Force close on exec on first 256 file descriptors when launching a · f502f1e5
      Danny Auble authored
      slurmstepd to close potential open ones.
      
      It was pointed out the slurmd using acct_gather_energy/ipmi links to
      freeipmi which could possibly open /dev/ipmi0 without the close on exec
      flag set as root while launching a step leaving it open in the users app.
      
      What this does is sets the flag on the first 256 to mitigate the concern.
      
      Reported by Maksym Planeta.
      
      Bug 2506
      f502f1e5
  2. 02 Mar, 2016 3 commits
  3. 01 Mar, 2016 9 commits
  4. 29 Feb, 2016 1 commit
  5. 26 Feb, 2016 5 commits
  6. 25 Feb, 2016 3 commits
  7. 24 Feb, 2016 9 commits
  8. 23 Feb, 2016 2 commits
  9. 19 Feb, 2016 6 commits