Parallel Programming
OpenMp Part-3: Learning Synchronization
Discussion on topic related to Synchronization of parallel threads/processes, need for synchronization and different techniques used for this purpose.
OpenMp Part-2: Understanding OpenMP Structure
Overview of what OpenMp is and it’s core syntax. Discussion on problems related to parallel programming and, introduction to Fork and join model
OpenMp Part-1: Introduction to Parallelism
Simple Introductory tutorial blogs on Parallel programming and related concepts using OpenMP and C programming language. In this part we discuss need for parallelism, installing OpenMp in Linux and run a simple parallel program