Scan a given range for ordered palindromic primes. You can set the range and the number of threads in configuration.h.
- gmp
- gcc
- make
make
progress/errors get printed in stdout prime results get printed in stderr
./primemirp 1> log.txt 2> results.txt