prime_openmp_test, a C++ code which calls prime_openmp(), which counts the number of primes between 1 and N, using OpenMP to carry out the calculation in parallel.
The information on this web page is distributed under the MIT license.
prime_openmp, a C++ code which counts the number of primes between 1 and N, using OpenMP for parallel execution.