prime_test, an Octave code which calls prime(), which counts primes between 1 and N, and is intended as a starting point for a parallel version.
The computer code and data files described and made available on this web page are distributed under the MIT license
prime, an Octave code which counts the number of primes between 1 and N, intended as a starting point for the creation of a parallel version.