prime_mpi_test


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.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

prime_mpi, a C++ code which counts the number of primes between 1 and N, using the Message Passing Interface (MPI) for parallel execution.

Source Code:


Last revised on 01 April 2020.