CSC/ECE 506 Spring 2010/ch 3 jb/Parallel Programming Model Support
Supplement to Chapter 3: Support for parallel-programming models. Discuss how DOACROSS, DOPIPE, DOALL, etc. are implemented in packages such as Posix threads, Intel Thread Building Blocks, OpenMP 2.0 and 3.0.
Posix threads
Intel Threading Building Blocks
According the to Intel® Software site, Intel® Threading Building Blocks (Intel® TBB) is a C++ template library that abstracts thread to tasks to create reliable, portable, and scalable parallel applications.
OpenMP 2.0
OpenMP 3.0
References
1) Yan Solihin, Fundamentals of Parallel Computer Architecture: Multichip and Multicore Systems, Solihin Books, August 2009.
2) https://computing.llnl.gov/tutorials/pthreads/
3) http://www.threadingbuildingblocks.org/