Skip to content
Snippets Groups Projects
  1. Nov 05, 2015
  2. Nov 04, 2015
  3. Nov 03, 2015
  4. Nov 02, 2015
  5. Oct 30, 2015
    • 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. Oct 29, 2015
  7. Oct 28, 2015
  8. Oct 27, 2015
  9. Oct 26, 2015
  10. Oct 24, 2015
  11. Oct 23, 2015
  12. Oct 22, 2015
  13. Oct 21, 2015
    • 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
Loading