Skip to content

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

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

tallendev/FIRESTARTER

 
 

Repository files navigation

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/.

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 49.1%
  • Python 48.6%
  • Makefile 1.2%
  • Other 1.1%