Analysis-of-the-Execution-Time-Variation-of-OpenMP-based-Applications Analysis of the Variation in Execution Time of OpenMP-based Applications using different number of threads OpenMP Tutorial Steps to Run g++ -fopenmp filename.cpp Results for different OpenMP Applications 1. Application to find avg of 1000000000 random numbers 2. Application to find Min,MAx and Sum of 1000000000 random numbers 3. Application to find vector and matrix operations 4. Application to sort 200000 random numbers using MergeSort 5. Application to sort 2000 random numbers using OddEvenSort (Modified BubbleSort)