/primemirp

Scan a given range for ordered palindromic primes.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Scan a given range for ordered palindromic primes. You can set the range and the number of threads in configuration.h.

Dependencies:

  • gmp
  • gcc
  • make

Compile

make

progress/errors get printed in stdout prime results get printed in stderr

Run

./primemirp 1> log.txt 2> results.txt