1. 14 May, 2015 6 commits
  2. 13 May, 2015 6 commits
  3. 12 May, 2015 3 commits
  4. 11 May, 2015 2 commits
    • Morris Jette's avatar
      Explain job option of --mem=0 means all memory · c0d6edc9
      Morris Jette authored
      This is a special case. This change documents the way Slurm has
      always worked.
      c0d6edc9
    • Morris Jette's avatar
      Purge old step data on job requeue · beecc7b0
      Morris Jette authored
      Make sure that old step data is purged when a job is requeued.
      Without this logic, if a job terminates abnormally then old step
      data may be left in slurmctld. If the job is then requeued and
      started on a different node, referencing that old job step data
      can result in abnormal events. One specific failure mode is if
      the job is requeued on a node with a different number of cores,
      and the step terminated RPC arrives later, the job and step
      bitmaps of allocated cores can differ in size generating an
      abort.
      bug 1660
      beecc7b0
  5. 08 May, 2015 4 commits
  6. 07 May, 2015 4 commits
  7. 06 May, 2015 2 commits
  8. 05 May, 2015 1 commit
  9. 01 May, 2015 3 commits
  10. 30 Apr, 2015 6 commits
  11. 29 Apr, 2015 3 commits
    • Morris Jette's avatar
      Parse "#_*" as all tasks in job array · 4c9f70b0
      Morris Jette authored
      Modify slurmctld's parsing of a job_id string for the job_signal and
      job_requeue calls to treat a job ID value of "#_*" as representing
      all tasks in a job ID number "#". Previously treated as invalid input.
      
      Also set the last_job_update time so that if a pending job is killed,
      then that is reported immediately by "squeue -i#" (previously it
      may keep reporting stale date.
      4c9f70b0
    • Morris Jette's avatar
      Minor update to mailing list page · 82586d86
      Morris Jette authored
      Trying to avoid having technical questions sent to "sales@schedmd.com"
      82586d86
    • Morris Jette's avatar
      Add link to NetBSD download package · 4ae726d2
      Morris Jette authored
      4ae726d2