1. 09 Oct, 2017 1 commit
  2. 06 Oct, 2017 2 commits
  3. 05 Oct, 2017 2 commits
    • Brian Christiansen's avatar
      Show correct MaxTRESPerNode limit assoc reasons · 6e806f2d
      Brian Christiansen authored
      Before:
      $ sbatch --wrap="sleep 300"
      Submitted batch job 228
      $ squeue
                   JOBID PARTITION     NAME     USER ST       TIME   CPUS NODELIST(REASON)
                     228     debug     wrap    brian PD       0:00      1 (AssocMaxUnknownPerNode)
      
      Fixed:
      $ squeue
                   JOBID PARTITION     NAME     USER ST       TIME   CPUS NODELIST(REASON)
                     229     debug     wrap    brian PD       0:00      1 (AssocMaxCpuPerNode)
      
      $ sacctmgr mod account stuff set maxtrespernode=cpu=-1,mem=1
      $ squeue
                   JOBID PARTITION     NAME     USER ST       TIME   CPUS NODELIST(REASON)
                     229     debug     wrap    brian PD       0:00      1 (AssocMaxMemPerNode)
      
      $ sbatch --wrap="sleep 300" --gres=blah:2 -pgpu
      Submitted batch job 235
      $ squeue
                   JOBID PARTITION     NAME     USER ST       TIME   CPUS NODELIST(REASON)
                     235       gpu     wrap    brian PD       0:00      1 (AssocMaxGRESPerNode)
      6e806f2d
    • Felip Moll's avatar
      gcc 7.2.1 warning error parentheses · 6ecf685b
      Felip Moll authored
      GCC now suggest parentheses around assignment used as truth value.
      Changed affected assignments.
      6ecf685b
  4. 04 Oct, 2017 3 commits
    • Morris Jette's avatar
      burst_buffer/cray plugin updated for Cray UP06 sofware · 859f6c82
      Morris Jette authored
      burst_buffer/cray plugin modified to work with changes in Cray UP06
         software release.
      Specific changes: Cray software now returns an error if a state_in
         or stage_out script is processed that doesn't actually request a
         stage in or out (previously silently ignored).
      Also the warning message about tearing down a buffer that is already
         gone changed.
      859f6c82
    • Danny Auble's avatar
      Update contributors page · e9cda8e5
      Danny Auble authored
      e9cda8e5
    • Felip Moll's avatar
      documentation: remove of minor concept from docs · 0c7788ea
      Felip Moll authored
      The combination of the first and second digits in the version designate
      the major release. The third digit in the version designates the micro release.
      minor release word is removed as being confusing and useless.
      0c7788ea
  5. 02 Oct, 2017 4 commits
  6. 29 Sep, 2017 2 commits
  7. 27 Sep, 2017 4 commits
  8. 22 Sep, 2017 2 commits
  9. 21 Sep, 2017 1 commit
  10. 20 Sep, 2017 1 commit
  11. 19 Sep, 2017 5 commits
  12. 16 Sep, 2017 1 commit
  13. 14 Sep, 2017 1 commit
    • Tim Wickberg's avatar
      Prevent a second PMI2_Init call from leaving a hung slurmstepd process. · b2aa25d5
      Tim Wickberg authored
      A second PMI2_Init() within the same step is invalid, and cannot succeed.
      
      Return an error code back to the client end, and close the fd to force the
      step to terminate immediately.
      
      Due to a bug in our libpmi code, just returning a cmd=response_to_init with
      an appropriate rc number will not tear down the connection properly, so
      send back something else that will trigger the error path.
      
      Bug 3520.
      b2aa25d5
  14. 13 Sep, 2017 2 commits
  15. 12 Sep, 2017 6 commits
  16. 11 Sep, 2017 1 commit
  17. 08 Sep, 2017 2 commits