Quote:
Originally Posted by SethTro
The code uses gmp for numbers with < 8000 bits and pfgw for larger numbers. Sadly it's currently making one call per prime (e.g. hundreds per interval) I haven't found any easy way to make multiple calls (maybe I can write a list of all the offsets to check like Robert did in https://www.mersenneforum.org/showpo...&postcount=203 but I wasn't sure if pfgw stopped after the first prime.
.
|
OpenPFGW has a stop on success capability, I seem to remember
https://sourceforge.net/projects/openpfgw/
What command do I do to get openPFGW for Linux into my Ubuntu library?