https://github.com/psteinb/tbbintro
A pragmatic introduction to the C++ Open Source Library "Intel Threading Building Blocks"
https://github.com/psteinb/tbbintro
Last synced: over 1 year ago
JSON representation
A pragmatic introduction to the C++ Open Source Library "Intel Threading Building Blocks"
- Host: GitHub
- URL: https://github.com/psteinb/tbbintro
- Owner: psteinb
- License: other
- Created: 2012-06-20T13:24:32.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-20T14:01:36.000Z (almost 14 years ago)
- Last Synced: 2025-01-06T12:59:36.439Z (over 1 year ago)
- Language: C++
- Size: 1020 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TBBIntro
========
A pragmatic introduction to the C++ Open Source Library "Intel Threading Building Blocks"
LICENSE
-------
This talk and all affiliated code is published under the creative commons BY licence 3.0. For details, see http://creativecommons.org/licenses/.
All contained material was created by the author or obtained from creative common licensed sources (as indicated). For questions, concerns, criticism and improvements, contact: Peter.Steinbach@tu-dresden.de.
DEPENDENCIES
------------
The talk requires a recent pdflatex installation as well as the beamer styles available.
In order to make the example code compile, the BOOST_LIB and BOOST_INC environment variables (the same for TBB) must point to your distributions custom install directories of boost and intel threading building blocks.
Since the 64-bit version of the mersenne twister algorithm is used, at least boost 1.48 is required.