Skip to content

kouros51/GIF-7104-H2017-ParallelProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIF-7104-Parallel Programming TPs Repository

TP1: Parallelize sieve of Eratosthene

======================================== In this this assignment we were asked to begin with a sequential version of the algorithm and to parallelize it using the "pthread" library in C.

We have produced a rapport that details all the steps that we made to accomplish that task and produce the results we wanted. The latex source file fr the report is present in the subfolder "Report" of the folder "tp1".

For more details about the code, clone the repository in the SourceFile subfolder, and run the command:

$ cmake .

then the command

$ make

You will have an executable, run it with this command:

$./Primes [limit] [nthreads]

About

GIF-4107 Parralel Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages