1. 25 Nov, 2015 1 commit
  2. 24 Nov, 2015 1 commit
  3. 23 Nov, 2015 1 commit
  4. 19 Nov, 2015 4 commits
  5. 18 Nov, 2015 4 commits
  6. 17 Nov, 2015 2 commits
  7. 16 Nov, 2015 2 commits
  8. 13 Nov, 2015 9 commits
  9. 12 Nov, 2015 5 commits
  10. 11 Nov, 2015 5 commits
    • Morris Jette's avatar
      Sched/backfill fix of bf_max_job_array_resv enforcement · 53176bbd
      Morris Jette authored
      Previously only reserved space for one task of pending job array.
      53176bbd
    • 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
    • David Bigagli's avatar
      Fix job cancelation bug. · 8e66e267
      David Bigagli authored
      8e66e267
    • Morris Jette's avatar
      Remove redundant job array env/script files · b2c6e34d
      Morris Jette authored
      Previous logic would create a environment and script file for each
        task of a job array (hard link to original actually). Due to
        file system limitations and clutter, this was less than ideal.
        This patch eliminates the redundant files, using only the original
        file created for the job array. This should also make support for
        burst buffers easier in the future for job arrays.
      b2c6e34d
    • Morris Jette's avatar
      Add more Prolog/EpilogSlurmctld env vars · 66659fac
      Morris Jette authored
      Make SLURM_ARRAY_TASK_MIN, SLURM_ARRAY_TASK_MAX, and SLURM_ARRAY_TASK_STEP
          environment variables available to PrologSlurmctld and EpilogSlurmctld.
      66659fac
  11. 10 Nov, 2015 5 commits
  12. 09 Nov, 2015 1 commit