tallendev / 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 http://tu-dresden.de/zih/firestarter/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build status

FIRESTARTER - A Processor Stress Test Utility

The python script code-generator.py generates source code of FIRESTARTER. It generates load functions for the architectures defined in the config.cfg file.

Usage: Call ./code-generator.py from to generate the source code of FIRESTARTER. This will generate the required files to build FIRESTARTER in the directory from which it is called.

optional arguments:

-h | --help print usage information

-v | --verbose enable debug output

-c | --enable-cuda enable CUDA support

-m | --enable-mac enable Mac O/S support

-w | --enable-win enable windows support

If one of the --enable-* arguments is used it overrides all the feature selections in the config file, i.e., if one feature is added on the command line, features that are enabled by default have to be added to the command as well.

Contact

Daniel Hackenberg < daniel dot hackenberg at tu-dresden.de >

About

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 http://tu-dresden.de/zih/firestarter/.

License:GNU General Public License v3.0


Languages

Language:C 49.0%Language:Python 48.6%Language:Makefile 1.2%Language:Shell 0.4%Language:Objective-C 0.4%Language:C++ 0.3%