1. 05 Nov, 2015 1 commit
  2. 04 Nov, 2015 6 commits
  3. 03 Nov, 2015 4 commits
  4. 02 Nov, 2015 1 commit
  5. 30 Oct, 2015 1 commit
    • Deric Sullivan's avatar
      Fix reservation creation on DOWN nodes · 6aed461b
      Deric Sullivan authored
      Fix creation of advanced reservation of cores on nodes which are DOWN.
      There seems to be a bug with reservations using a node list (e.g.
      Nodes=something + CoreCnt=something).  The result is a reservation made that's
      arguably broken; listing the reservation (scontrol show reservation) will show
      "Nodes=" (blank) and "CoreCnt=0".
      
      It's very easy to reproduce, just by doing the following against a node in a
      DOWN (also tested with POWER_UP) state:
      scontrol create ReservationName=tmp_res StartTime=now EndTime=now+600
      Nodes=<some_non_idle_node> CoreCnt=1 Users=<some_valid_user>
      scontrol show reservation.
      bug 2078
      6aed461b
  6. 29 Oct, 2015 4 commits
  7. 28 Oct, 2015 2 commits
  8. 27 Oct, 2015 6 commits
  9. 26 Oct, 2015 6 commits
  10. 24 Oct, 2015 2 commits
  11. 23 Oct, 2015 2 commits
  12. 22 Oct, 2015 4 commits
  13. 21 Oct, 2015 1 commit
    • Morris Jette's avatar
      sbatch --ntasks precedence fix · 05e0dabe
      Morris Jette authored
      sbatch --ntasks option to take precedence over --ntasks-per-node plus node
          count, as documented. Set SLURM_NTASKS/SLURM_NPROCS environment variables
          accordingly.
      bug 2015
      05e0dabe