prime_parfor_test, a MATLAB code which calls prime_parfor(), which counts the prime numbers from 1 to n, using the parfor() statement to run in parallel.
The computer code and data files described and made available on this web page are distributed under the MIT license
prime_parfor, a MATLAB code which counts the prime numbers from 1 to n, using the parfor() statement to run in parallel.