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
116 stars 25 forks source link

FIRESTARTER_CUDA_ONLY does not compile #46

Closed MarkusVelten closed 2 years ago

MarkusVelten commented 2 years ago

FIRESTARTER_CUDA_ONLY cannot be build:

FIRESTARTER/src/firestarter/Firestarter.cpp: In member function ‘void firestarter::Firestarter::mainThread()’:
FIRESTARTER/src/firestarter/Firestarter.cpp:417:11: error: ‘class firestarter::Firestarter’ has no member named ‘printThreadErrorReport’
  417 |     this->printThreadErrorReport();