search_mpi_test, a C code which calls search_mpi(), which searches integers between A and B for a value J such that F(J) = C, using the MPI parallel codeming environment.
The computer code and data files described and made available on this web page are distributed under the MIT license
search_mpi, a C code which searches integers between A and B for a value J such that F(J) = C, using MPI for parallel execution.