CMDA3634_OPENMP_2017_VT
    
    
    
      CMDA3634_OPENMP_2017_VT,
      information associated with a presentation on OpenMP 
      for parallel programming on shared memory system,
      given to the Virginia Tech CMDA3634 class in spring 2017.
    
    
      
        - 
          
          balloons_median.ascii.ppm, 
          the noisy image after the median filter was applied.
        
- 
          
          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.
        
- 
          
          denoise.c, 
          a program to denoise an image.
        
- 
          
          denoise_openmp.c, 
          an OpenMP version of the program to denoise an image.
        
- 
          
          denoise_hokiespeed.sh, 
          a script to run denoise on Hokiespeed.
        
- 
          
          denoise_hokiespeed.txt, 
          the output file.
        
- 
          
          denoise_local.sh, 
          a script to run denoise locally.
        
- 
          
          denoise_local.txt, 
          the output file.
        
- 
          
          functions_openmp.c, 
          demonstrates some of the OpenMP runtime functions.
        
- 
          
          functions_hokiespeed.sh, 
          a script to run functions_openmp on Hokiespeed.
        
- 
          
          functions_hokiespeed.txt, 
          the output file.
        
- 
          
          functions_local.sh, 
          a script to run functions_openmp locally.
        
- 
          
          functions_local.txt, 
          the output file.
        
- 
          
          julia.c, 
          computes the points in a Julia set.
        
- 
          
          julia_openmp.c, 
          an OpenMP version of the julia program.
        
- 
          
          julia.png, 
          an image of the Julia set.
        
- 
          
          julia_hokiespeed.sh, 
          a script to run julia on Hokiespeed.
        
- 
          
          julia_local.sh, 
          a script to run julia_openmp locally.
        
- 
          
          poisson.c, 
          solves a version of the Poisson equation in a square.
        
- 
          
          poisson_openmp.c, 
          an OpenMP version of the poisson program.
        
- 
          
          poisson_hokiespeed.sh, 
          a script to run poisson on Hokiespeed.
        
- 
          
          poisson_hokiespeed.txt, 
          the output file.
        
- 
          
          poisson_local.sh, 
          a script to run poisson locally.
        
- 
          
          poisson_local.txt, 
          the output file.
        
      You can go up one level to 
      the WORKSHOPS page.
    
    
    
      Last revised on 27 February 2018.