Skip to content

Multi-Core Programming / searching for prime numbers with OpenMP and Thrust

License

Notifications You must be signed in to change notification settings

taneresme/mc.primeNumbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Core / searching for prime numbers with OpenMP and Thrust

This repo cantains openMP and Thrust implementations for finding prime numbers. Dev-C++ can be used for compiling project.

When compiling openMP versions, do not forget providing -fopenmp flag to compiler.

Sample thrust compiling command will look like C:\THRUST>nvcc -O2 -o prime_numbers prime_numbers.cu -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_CUDA

About

Multi-Core Programming / searching for prime numbers with OpenMP and Thrust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published