Skip to content

Calculate the Nth Prime using Intel® Cilk™ Plus and Intel® Threading Building Blocks (Intel® TBB)

Notifications You must be signed in to change notification settings

panggi/nth-prime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

N-th prime number using Intel® Cilk™ Plus and Intel® Threading Building Blocks (Intel® TBB)

##How to compile

$ g++ -o sieve_cilkplus sieve_cilkplus.cpp -fcilkplus

$ g++ -o sieve_tbb sieve_tbb.cpp -ltbb -std=c++11

About

Calculate the Nth Prime using Intel® Cilk™ Plus and Intel® Threading Building Blocks (Intel® TBB)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages