1. 20 Feb, 2018 3 commits
    • Felip Moll's avatar
      Fix for grep regexp · 0ca539e0
      Felip Moll authored
      In perl tools, fix for regexp that caused extra incorrectly shown results.
      
      Bug 4766
      0ca539e0
    • Danny Auble's avatar
      Fix issue where a job could be denied by Reason=MaxMemPerLimit when not · d413c8b7
      Danny Auble authored
      requesting any tasks.
      
      Bug 4730
      d413c8b7
    • Morris Jette's avatar
      Correctly check return codes when creating a step to check if needing to · 10af7fbe
      Morris Jette authored
      wait to retry or not.
      
      I discovered this bug regression testing. Some similar situations will
      result in srun continuously issuing step create requests and the
      launch_common_create_job_step() function not sleeping between RPCs.
      Basically launch_common_create_job_step() sleeps for some error codes
      and srun retries the step create on some error codes. The problem is
      that those error codes do not match in both places, resulting in
      constant retries without sleeps. This situation is very likely with
      job preemption combined with salloc, but other conditions can trigger
      the same event. The following errno will all trigger this situation:
      EAGAIN, ESLURM_DISABLED, ESLURM_POWER_NOT_AVAIL, ESLURM_POWER_RESERVED,
      ESLURM_PROLOG_RUNNING, ESLURM_INTERCONNECT_BUSY.
      
      Bug 4786
      10af7fbe
  2. 16 Feb, 2018 2 commits
  3. 15 Feb, 2018 2 commits
  4. 14 Feb, 2018 1 commit
  5. 13 Feb, 2018 4 commits
  6. 12 Feb, 2018 1 commit
  7. 08 Feb, 2018 1 commit
  8. 07 Feb, 2018 9 commits
  9. 06 Feb, 2018 3 commits
  10. 05 Feb, 2018 1 commit
  11. 01 Feb, 2018 3 commits
  12. 30 Jan, 2018 9 commits
  13. 29 Jan, 2018 1 commit