Parallelizing for loop with unknown increment condition using OpenMP

前端 未结 0 1648
灰色年华
灰色年华 2021-01-05 11:57

I am finding all primes using the Sieve of Eratosthenes algorithm. I attempted to parallelize this algorithm. However, speedup stops increasing after two threads!

相关标签:
回答
  • 消灭零回复
提交回复
热议问题