prime_openmp_test, a FORTRAN90 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 computer code and data files described and made available on this web page are distributed under the MIT license
prime_openmp, a FORTRAN90 code which counts primes between 1 and N, using OpenMP for parallel execution.