jagomart
digital resources
picture1_Fortran Programming Examples Pdf 189182 | Ece563openmptutorial


 117x       Filetype PDF       File size 0.46 MB       Source: engineering.purdue.edu


File: Fortran Programming Examples Pdf 189182 | Ece563openmptutorial
openmp tutorial seung jai min smin purdue edu school of electrical and computer engineering purdue university west lafayette in ece 563 programming parallel machines 1 parallel programming standards thread libraries ...

icon picture PDF Filetype PDF | Posted on 03 Feb 2023 | 2 years ago
Partial capture of text on file.
                        OpenMP Tutorial
                                                Seung-Jai Min
                                              (smin@purdue.edu)
                            School of Electrical and Computer Engineering
                                  Purdue University, West Lafayette, IN
                                         ECE 563  Programming Parallel Machines                          1
            Parallel Programming Standards
                •  Thread Libraries
                     - Win32 API / Posix threads
                • Compiler Directives                                    OUR FOCUS
                     - OpenMP (Shared memory programming)
                • Message Passing Libraries
                     - MPI (Distributed memory programming)
                                         ECE 563  Programming Parallel Machines                          2
                  Shared Memory Parallel
        Programming in the Multi-Core Era
        • Desktop and Laptop
           – 2, 4, 8 cores and … ?
        • A single node in distributed memory clusters
           – Steele cluster node: 2  8  (16) cores
        • Shared memory hardware Accelerators
               • Cell processors: 1 PPE and 8 SPEs
               • Nvidia Quadro GPUs: 128 processing units
                          ECE 563  Programming Parallel Machines   3
                              OpenMP:
          Some syntax details to get us started
      • Most of the constructs in OpenMP are compiler
         directives or pragmas.
          – For C and C++, the pragmas take the form:
             #pragma omp construct [clause [clause]…]
          – For Fortran, the directives take one of the forms:
             C$OMP construct [clause [clause]…]
             !$OMP construct [clause [clause]…]
             *$OMP construct [clause [clause]…]
      • Include files
             #include “omp.h”
                          ECE 563  Programming Parallel Machines  4
The words contained in this file might help you see if this file matches what you are looking for:

...Openmp tutorial seung jai min smin purdue edu school of electrical and computer engineering university west lafayette in ece programming parallel machines standards thread libraries win api posix threads compiler directives our focus shared memory message passing mpi distributed the multi core era desktop laptop cores a single node clusters steele cluster hardware accelerators cell processors ppe spes nvidia quadro gpus processing units some syntax details to get us started most constructs are or pragmas for c take form pragma omp construct fortran one forms include files h...

no reviews yet
Please Login to review.