Table of Contents

  1. Intel performance and efficient cpus in linux
    1. Problem description
    2. Theory
    3. Analysis of cpus in linux
    4. Why is my matlab using only efficiency cores when running simulations?

TODO Intel performance and efficient cpus in linux

Problem description

Theory

https://www.quora.com/My-CPU-has-14-cores-6-efficient-8-performance-cores-and-20-threads-What-does-it-mean-Why-are-there-not-28-threads

Analysis of cpus in linux

https://stackoverflow.com/questions/71122837/how-to-detect-e-cores-and-p-cores-in-linux-alder-lake-system

lscpu --all --extended

First 12 lines refer to Performance cores (two cpus per core). The last 8 cpus (12-19) are efficiency cores.

Why is my matlab using only efficiency cores when running simulations?