Skip to content

LaibaMohsin3002/Pthread-vs-OpenMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pthread vs OpenMP

Parallel Programming - Comparison of sorting Algorithms using

Pthreads vs. OpenMP vs. serial (3 algorithms)

  1. Algorithm Selection:

● We will choose three sorting algorithms for comparison.

  1. Implementation:

● Each sorting algorithm will be implemented using Pthreads, OpenMP, and serial execution, ensuring consistency across all paradigms.

  1. Analysis:

● Compare sorting algorithms' performance across Pthreads, OpenMP, and serial execution.

● Measure execution time for each algorithm under different input sizes and thread configurations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages