Skip to content
Snippets Groups Projects
  1. Jan 20, 2016
    • Morris Jette's avatar
      Correct job_cnt_run NULL pointer · 207adf8e
      Morris Jette authored
      This corrects logic from commit e5a61746
      that could result in use of NULL pointer
      207adf8e
    • Morris Jette's avatar
      Prevent job_cnt_run · f76586bf
      Morris Jette authored
      It was previously triggered by executing "scontrol reconfig" on a
        front-end system while there was a job in completing state.
      f76586bf
    • Morris Jette's avatar
      Correct handling of front-end running job count · e5a61746
      Morris Jette authored
      The counter is really intended to reflect the count of running or
        suspended jobs rather than running jobs alone. Previous logic
        would report an underflow for the "job_cnt_run" variable if
        1. job submitted
        2. job suspended
        3. scontrol reconfig
        4. job cancelled
      e5a61746
  2. Dec 19, 2015
  3. Nov 11, 2015
    • Morris Jette's avatar
      Take node out of FUTURE state with reconfig · 79343222
      Morris Jette authored
      Support taking node out of FUTURE state with "scontrol reconfig" command.
      Previous logic would keep node in FUTURE state if that was the original
      configuration when slurmctld started. If job was running on the node,
      it will stay running, but the node make not be visible.
      79343222
  4. Aug 27, 2015
  5. Aug 26, 2015
  6. Aug 19, 2015
  7. Aug 15, 2015
  8. Aug 14, 2015
  9. Aug 13, 2015
  10. Aug 12, 2015
  11. Aug 11, 2015
    • Danny Auble's avatar
      Add TRES of node · 6b4dacb2
      Danny Auble authored
      This can (hopefully) be used as an example when adding new TRES in the
      future.
      6b4dacb2
  12. Aug 08, 2015
  13. Aug 07, 2015
  14. Jul 28, 2015
  15. Jul 27, 2015
  16. Jul 24, 2015
  17. Jul 23, 2015
  18. Jul 11, 2015
  19. Jun 12, 2015
  20. May 21, 2015
  21. May 13, 2015
  22. May 07, 2015
  23. May 06, 2015
  24. Apr 24, 2015
  25. Apr 16, 2015
    • Brian Christiansen's avatar
      Fix assert. · 1f92135e
      Brian Christiansen authored
      If a job had a reservation, it would try to find the reservation
      before the resv_list was populated.
      1f92135e
  26. Apr 01, 2015
  27. Mar 18, 2015
    • jette's avatar
      Option to dedicate nodes to single user · c980eaf0
      jette authored
      Add the ability for a compute node to be allocated to multiple jobs, but
      restricted to a single user. Added "--exclusive=user" option to salloc,
      sbatch and srun commands. Added "owner" field to node record, visible using
      the scontrol and sview commands. Added new partition configuration parameter
      "ExclusiveUser=yes|no".  Add "Shared=user" job state information.
      c980eaf0
Loading