tud-zih-energy / FIRESTARTER

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

Open marenz2569 opened 1 week ago

marenz2569 commented 1 week ago

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.

marenz2569 commented 1 week ago

92 has been opened as a follow-up ticket. Discussed here.