prime_openmp_test


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

prime_openmp, a C++ code which counts the number of primes between 1 and N, using OpenMP for parallel execution.

Source Code:


Last revised on 01 April 2020.