Changes between Version 1 and Version 2 of cypress/Programming/OpenMp


Ignore:
Timestamp:
08/17/15 17:40:48 (9 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Programming/OpenMp

    v1 v2  
    88   * The number of CPUs on a single compute node bounds the number of threads. (<->Distributed Memory Cluster)
    99
    10 
     10[[Image(SMPmachine.png)]]
    1111==  A Programmer’s View of OpenMP ==
    1212* OpenMP is a portable, threaded, shared-memory programming specification with “light” syntax
     
    3030* OpenMP programs essentially consist of a series of forks and joins.
    3131
    32 
     32[[Image(OMPexecModel.png)]]
    3333== Brief Tutorials for Programming Languages ==
    3434* [[cypress/Programming/Cexamples/OpenMp|C]]