prime_mpi_test a C++ code which calls prime_mpi(), which counts the number of primes between 1 and N, using the Message Passing Interface (MPI) 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_mpi, a C++ code which counts the number of primes between 1 and N, using the Message Passing Interface (MPI) for parallel execution.