Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-20T14:01:36.000Z (over 12 years ago)
- Last Synced: 2023-03-22T18:55:18.309Z (almost 2 years ago)
- Language: C++
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- 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: [email protected].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.