Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The release of cgroups v2 in the Linux kernel combined with the adoption of systemd style service management in most popular Linux distros means that the cgroup hook in PBS Pro must be updated to support new capabilities. This document describes the interface changes that will be introduced.

Interface 1:

  • Synopsis: cgroup.cpuset.exclude_cpus
  • Detail: Allow administrator to exclude cores from being assigned to jobs by adding numeric entries to a JSON list within the cpuset section of the cgroup hook configuration file.
  • Example:

    Code Block
    titleexclude_cpus
    "cpuset" : {
        "enabled"         : true,
        "exclude_cpus"    : [0, 8],
        "exclude_hosts"   : ["node004"],
        "exclude_vntypes" : ["green_node"]
    },




...

OSS Site Map

Project Documentation Main Page

...