1. 19 Oct, 2017 1 commit
  2. 18 Oct, 2017 3 commits
  3. 17 Oct, 2017 1 commit
  4. 14 Oct, 2017 1 commit
  5. 13 Oct, 2017 5 commits
  6. 10 Oct, 2017 7 commits
  7. 09 Oct, 2017 1 commit
  8. 06 Oct, 2017 2 commits
  9. 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
  10. 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
  11. 02 Oct, 2017 4 commits
  12. 29 Sep, 2017 2 commits
  13. 27 Sep, 2017 4 commits
  14. 22 Sep, 2017 2 commits
  15. 21 Sep, 2017 1 commit
  16. 20 Sep, 2017 1 commit