Changes between Version 1 and Version 2 of cypress/Programming/OpenMp
- Timestamp:
- 08/17/15 17:40:48 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/Programming/OpenMp
v1 v2 8 8 * The number of CPUs on a single compute node bounds the number of threads. (<->Distributed Memory Cluster) 9 9 10 10 [[Image(SMPmachine.png)]] 11 11 == A Programmer’s View of OpenMP == 12 12 * OpenMP is a portable, threaded, shared-memory programming specification with “light” syntax … … 30 30 * OpenMP programs essentially consist of a series of forks and joins. 31 31 32 32 [[Image(OMPexecModel.png)]] 33 33 == Brief Tutorials for Programming Languages == 34 34 * [[cypress/Programming/Cexamples/OpenMp|C]]