1. 28 Sep, 2018 4 commits
  2. 27 Sep, 2018 13 commits
  3. 26 Sep, 2018 8 commits
  4. 25 Sep, 2018 6 commits
  5. 24 Sep, 2018 5 commits
  6. 21 Sep, 2018 4 commits
    • Doug Jacobsen's avatar
      Docs - fix link to core_spec.html in slurm.conf.5 . · 31c7875e
      Doug Jacobsen authored
      Surrounding with spaces ensures the closing paren isn't accidentally
      included in the link.
      
      Bug 5463.
      31c7875e
    • Felip Moll's avatar
      b78952ad
    • Felip Moll's avatar
      Add checks for memory enforcement mechanism in slurmctld · 58e7517a
      Felip Moll authored
      Now slurmctld will fatal if the two incompatible memory enforcement mechanisms
      are configured at the same time (JobAcctGather + task/cgroup). Also, a new info
      message in slurmctld startup will indicate if there are not any configured
      mechanism.
      
      Bug 5479
      58e7517a
    • Felip Moll's avatar
      Clarify the two memory enforcement mechanisms · c5f69240
      Felip Moll authored
      MemLimitEnforce and setting NoOverMemoryKill kills the job, or the job step
      respectivelly if the memory is exceeded at some point based on JobAcctGather
      plugin information, in a JobAcctGatherFreq frequency basis.
      
      Both are incompatible with task/cgroup memory enforcement. The defaults have
      been changed to not setting any mechanism, and info/fatal messages added
      accordingly to give useful info to the admin. Moreover NoOverMemoryKill has
      been deprecated in favor of OverMemoryKill and a fix on the detection of job
      memory confinement has been included.
      
      Bug 5479
      c5f69240