Skip to content

Analysis of the Variation in Execution Time of OpenMP-based Applications using different number of threads

License

Notifications You must be signed in to change notification settings

saurabhkoshatwar/Analysis-of-the-Execution-Time-Variation-of-OpenMP-based-Applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

avg

2. Application to find Min,MAx and Sum of 1000000000 random numbers

MinMaxSum

3. Application to find vector and matrix operations

MatVec

4. Application to sort 200000 random numbers using MergeSort

MergeSort

5. Application to sort 2000 random numbers using OddEvenSort (Modified BubbleSort)

OddEvenSort

About

Analysis of the Variation in Execution Time of OpenMP-based Applications using different number of threads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages