OPENMP_INTRO_2017_VT
    
    
    
      OPENMP_INTRO_2017_VT,
      information associated with a presentation on OpenMP 
      for parallel programming on shared memory system,
      given to the Virginia Tech Networked Learning Initiative, 
      17 March 2017 (spring) and 27 October 2017 (fall).
    
    
      
        - 
          
          openmp_intro_2017_fall_vt.pdf, 
          the slides.
        
- 
          
          openmp_intro_2017_fall_vt.tex, 
          the Latex file.
        
- 
          
          openmp_intro_2017_spring_vt.pdf, 
          the slides.
        
- 
          
          openmp_intro_2017_spring_vt.tex, 
          the Latex file.
        
- 
          
          alignment.png, 
          an image of the biological sequence alignment process.
        
- 
          
          balloons_median.png, 
          the noisy image after the median filter was applied.
        
- 
          
          balloons_noisy.ascii.ppm, 
          the noisy image.
        
- 
          
          balloons_noisy.png, 
          the noisy image.
        
- 
          
          gauss_elimination.png, 
          an image of the process of using Gauss elimination to solve
          a linear system.
        
- 
          
          image_denoise.c, 
          a program to denoise an image.
        
- 
          
          jacobi.c, 
          a program to solve a linear system using Jacobi iteration.
        
- 
          
          ode_step.png, 
          an image of the process of solving for the solution of an ODE at
          the next time step.
        
- 
          
          pde_step.png, 
          an image of the process of solving for the solution of a PDE at
          the next time step.
        
- 
          
          quad.c, 
          a program to estimate an integral using quadrature.
        
- 
          
          ray_tracing.png, 
          an image of the ray tracing process for image generation.
        
- 
          
          saxpy.c, 
          a program that adds a multiple of one vector to another.
        
- 
          
          speedup.m, 
          a MATLAB script to produce an image of program speedup.
        
- 
          
          speedup.png, 
          an image of program speedup.
        
      You can go up one level to 
      the WORKSHOPS page.
    
    
    
      Last revised on 23 October 2017.