CSC/ECE 506 Spring 2010/ch 3 jb/Parallel Programming Model Support: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
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.
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.


= Introduction =


= Posix threads =


= Packages =


= Intel Thread Building Blocks =


== Posix threads ==


= OpenMP 2.0 =


== Intel Thread Building Blocks ==


= OpenMP 3.0 =


== OpenMP 2.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/


== OpenMP 3.0 ==
4) http://openmp.org/wp/


5) https://computing.llnl.gov/tutorials/openMP/


= References =
6) http://www.humanfactor.com/pthreads/
1) Yan Solihin, Fundamentals of Parallel Computer Architecture: Multichip and Multicore Systems, Solihin Books, August 2009.

Revision as of 19:04, 22 February 2010

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 Thread Building Blocks

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/

4) http://openmp.org/wp/

5) https://computing.llnl.gov/tutorials/openMP/

6) http://www.humanfactor.com/pthreads/