Versions Compared

Key

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

...

The workqueuemask is his negation. There are no function to get it to because the project want avoid maintain an algorithm.

...

The cluster is installed with a real-time kernel on each node. It must execute orders without delay. So, some CPUs should be isolated from the scheduler kernel with isolcpus kernel parameter.

  • To specify some CPU:
Code Block
languagebash
isolcpus=<cpu number>,...,<cpu number>
  • To specify a range of CPU is:
Code Block
languagebash
isolcpus=<cpu number>-<cpu number>

We can merge these syntax to specify some CPU and ranges of CPUs.