1. 06 Aug, 2013 1 commit
  2. 01 Aug, 2013 1 commit
  3. 31 Jul, 2013 1 commit
  4. 30 Jul, 2013 1 commit
  5. 26 Jul, 2013 2 commits
  6. 25 Jul, 2013 1 commit
  7. 23 Jul, 2013 4 commits
  8. 22 Jul, 2013 1 commit
  9. 18 Jul, 2013 1 commit
  10. 16 Jul, 2013 2 commits
  11. 11 Jul, 2013 2 commits
  12. 10 Jul, 2013 2 commits
  13. 09 Jul, 2013 4 commits
  14. 08 Jul, 2013 1 commit
  15. 06 Jul, 2013 2 commits
  16. 05 Jul, 2013 2 commits
    • John Thiltges's avatar
      Correction to memory limit calculation for mem per cpu with threads · 0d537d32
      John Thiltges authored
      When using ThreadsPerCore > 1, it appears that DefMemPerCPU is being
      scaled by slurmctld, but not by slurmd/slurmstepd.
      
      For example, we set ThreadsPerCore=2 and DefMemPerCPU=100. Running a
      single core job, we would expect two threads to be allocated and AllocMem
      on the assigned node to increase by 200MB. scontrol reports that AllocMem
      increased by 200MB, but the task/cgroup plugin only sees 100M of RAM.
      
      It looks like the problem may lie in common/slurm_cred.c:format_core_allocs().
      The function counts the job/step cores and multiplies the mem_limit's,
      but it does not scale the CPU count like in slurmd/slurmd/req.c:_check_job_credential().
      See bug 309
      0d537d32
    • jette's avatar
  17. 28 Jun, 2013 3 commits
  18. 26 Jun, 2013 2 commits
  19. 25 Jun, 2013 3 commits
  20. 24 Jun, 2013 1 commit
    • jette's avatar
      Modify slurmctld locking to improve performance · ba58d59c
      jette authored
      Under very heavy load with many thousands of batch job submissions
      or job signals, the write lock can be held for very long periods of
      time preventing job scheduling, squeue response, etc. This code
      inserts a timing break to permit other functions to get the locks.
      ba58d59c
  21. 21 Jun, 2013 3 commits