FIRESTARTER: A Processor Stress Test Utility. This repository contains the source code generator. Our releases (including the generated source code and precompiled binaries) are available at https://tu-dresden.de/zih/firestarter/.
GNU General Public License v3.0
115
stars
25
forks
source link
Fix thread affinity/detected number of threads with some disabled in a cgroup. #91
This PR closes #90. We counted the available number of CPUs in the cgroup an then iterated through the physical IDs to find those CPUs. When the physical Id was bigger than the number of available CPUs we could not detect those CPUs.
This PR closes #90. We counted the available number of CPUs in the cgroup an then iterated through the physical IDs to find those CPUs. When the physical Id was bigger than the number of available CPUs we could not detect those CPUs.