1. 24 Oct, 2017 1 commit
    • Alejandro Sanchez's avatar
      slurmctld/power_save - Down nodes if not resumed after ResumeTimeout. · 7d246784
      Alejandro Sanchez authored
      Down waking nodes right after ResumeTimeout has been reached if they are
      not responding. Otherwise we have to wait for ping_nodes() to handle
      this work, thus SlurmdTimeout comes into play giving the sensation to
      the end user that nodes got stuck in ALLOCATED# and job in CF state
      until ping_nodes() decides to mark them DOWN and requeue the job.
      
      Bug 4182
      7d246784
  2. 20 Oct, 2017 4 commits
  3. 19 Oct, 2017 10 commits
  4. 18 Oct, 2017 3 commits
  5. 17 Oct, 2017 1 commit
  6. 14 Oct, 2017 1 commit
  7. 13 Oct, 2017 5 commits
  8. 10 Oct, 2017 7 commits
  9. 09 Oct, 2017 1 commit
  10. 06 Oct, 2017 2 commits
  11. 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
  12. 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