Skip to content

Scan a given range for ordered palindromic primes.

License

Notifications You must be signed in to change notification settings

plerros/primemirp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scan a given range for ordered palindromic primes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published