1. 21 Nov, 2018 8 commits
    • Tim Wickberg's avatar
      Merge branch 'slurm-18.08' · 67511758
      Tim Wickberg authored
      67511758
    • Michael Hinton's avatar
      Docs - Improve command/code highlighting CSS · e3322972
      Michael Hinton authored
      Add a light gray highlight to all .commandline HTML elements.
      Make text size for code blocks same as other text.
      
      Bug 6073.
      e3322972
    • Morris Jette's avatar
      Correct anomalies when accounting for GRES with types · 55ea20d8
      Morris Jette authored
      > In slurm.conf:
      > AccountingStorageTRES=gres/craynetwork,gres/gpu
      > $ srun --gres=craynetwork:3,gpu:volta:1,gpu:tesla:1 -N1 sleep 100
      > $ scontrol show job
      >
      > TRES=cpu=1,mem=1000M,node=1,billing=1,fs/disk=0,vmem=0,pages=0,gres/
      > craynetwork=3,gres/gpu=1
      >    TresPerNode=craynetwork:3,gpu:volta:1,gpu:tesla:1
      >
      > Note that TRES is not reporting the total GPU count (1 tesla and 1 volta),
      > but only 1 GPU total
      
      With new logic:
         TRES=cpu=1,mem=1000M,node=1,billing=1,gres/craynetwork=3,gres/gpu=2
         TresPerNode=craynetwork:3,gpu:volta:1,gpu:tesla:1
      
      > =======================================
      >
      > In slurm.conf:
      > AccountingStorageTRES=gres/craynetwork,gres/gpu:volta,gres/gpu:tesla
      > $ srun --gres=craynetwork:3,gpu:2 -N1 sleep 100
      > $ scontrol show job
      >
      > TRES=cpu=1,mem=1000M,node=1,billing=1,fs/disk=0,vmem=0,pages=0,gres/
      > craynetwork=3,gres/gpu:tesla=0,gres/gpu:volta=0
      >    TresPerNode=craynetwork:3,gpu:2
      >
      > Here we the GPUs have to either be tesla or volta, but none are accounted
      > for (in TRES count of both GPU types is 0).
      
      With new logic:
         TRES=cpu=1,mem=1000M,node=1,billing=1,gres/craynetwork=3,gres/gpu:tesla=2
         TresPerNode=craynetwork:3,gpu:2
      
      bug 6070
      55ea20d8
    • Morris Jette's avatar
      Expand and refine GPU accounting test · f2c4eac6
      Morris Jette authored
      bug 6070
      f2c4eac6
    • Morris Jette's avatar
      Merge branch 'slurm-18.08' · c3953128
      Morris Jette authored
      c3953128
    • Morris Jette's avatar
      Improve logging in CPU frequency test · f45b83d6
      Morris Jette authored
      Also increase the maximum frequency before reporting an error
      from 5 to 10 percent
      f45b83d6
    • Marshall Garey's avatar
      Fix jobacct_gather/cgroup to work correctly when more than one task is · 5847bd71
      Marshall Garey authored
      started on a node.
      
      Bug 5865
      5847bd71
    • Broderick Gardner's avatar
      Remove extra parentheses Fixes clang7 warning · ae89960a
      Broderick Gardner authored
      Bug 6061
      ae89960a
  2. 20 Nov, 2018 8 commits
  3. 19 Nov, 2018 1 commit
  4. 16 Nov, 2018 3 commits
  5. 15 Nov, 2018 6 commits
  6. 14 Nov, 2018 1 commit
  7. 12 Nov, 2018 3 commits
  8. 11 Nov, 2018 1 commit
  9. 10 Nov, 2018 6 commits
  10. 09 Nov, 2018 3 commits