1. 14 Jun, 2012 1 commit
  2. 12 Jun, 2012 9 commits
  3. 11 Jun, 2012 4 commits
  4. 08 Jun, 2012 3 commits
  5. 07 Jun, 2012 20 commits
  6. 05 Jun, 2012 3 commits
    • Phil Eckert's avatar
      Permit held job to be modified · 1fee4fe4
      Phil Eckert authored
      I was doing some checking to find out why the the 2.4 branch and
      master branch of schedmd was not allowing held jobs to be modified,
      when attempting to do so,  scontrol would return:
      
      slurm_update error: Requested partition configuration not available now
      
      I did some debugging and found that it was caused by code added to the tail end
      of job_limits_check() in job_mgr.c. It  had this addition:
      
              } else if (job_ptr->priority == 0) {   /* user or administrator hold */
                      fail_reason = WAIT_HELD;
              }
      
      It is causes all modifications done by scontrol on held jobs, to fail.
      1fee4fe4
    • Don Lipari's avatar
      Quieting down the job_mgr · 2cde8d3f
      Don Lipari authored
      I'd like to propose quieting down the job_mgr a tad.  This is a refinement to:
      https://github.com/SchedMD/slurm/commit/30a986f4c600291876f4ec3e3949934512f2cba5
      2cde8d3f
    • Morris Jette's avatar
      Updates to High Throughput Computing web page · 7c8750f0
      Morris Jette authored
      These changes reflect findings from the select/serial plugin
      development work
      7c8750f0