Skip to content

Parallel programming with OpenMP to make the Sieve of Eratosthenes

License

Notifications You must be signed in to change notification settings

mvjq/OpenMP-Eratosthenes-Sieve

This branch is 13 commits behind luanorlandi/Parallel-Sieve-Quicksort:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22e1257 · Oct 28, 2016

History

3 Commits
Oct 27, 2016
Oct 27, 2016
Oct 28, 2016
Oct 28, 2016

Repository files navigation

OpenMP Eratosthenes Sieve

Project to make the Sieve of Eratosthenes.

The program uses OpenMP, a open library for parallel programming.

Compile

The project uses OpenMP, a open library for parallel programming. You will need it to compile.

  $ gcc -g -Wall -fopenmp -o sieve sieve.c -lm

About

Parallel programming with OpenMP to make the Sieve of Eratosthenes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%