prime_mpi_test, a C code which calls prime_mpi(), which counts the primes between 1 and N, using MPI to carry out the calculation in parallel.
The information on this web page is distributed under the MIT license.
prime_mpi, a C code which counts the primes between 1 and N, using Message Passing Interface (MPI) for parallel execution.