preda / gpuowl

GPU Mersenne primality test.
GNU General Public License v3.0
127 stars 35 forks source link

Added support for the `PRPDC=` prefix to v6 branch #247

Closed tdulcet closed 2 years ago

tdulcet commented 2 years ago

Same as #246, but for your v6 branch. This is needed for @Danc2050 and I's PrimeNet script, which also supports GpuOwl v6.11 because it is allegedly faster for some users and still supports LL DC and standalone P-1. I got a request explicitly for this from user techn1ciaN on the Mersenne Forum.

See #246 and #217 for the full details. Note that this does build with Clang on Linux, as it precedes the regressing commit https://github.com/preda/gpuowl/commit/817a9831dc9fdc595709bd5f68482e654b758b65.

preda commented 2 years ago

thanks!