![]() |
![]() |
#56 |
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
3·19·173 Posts |
![]()
Interesting bits of advice from Andreas (and Bill):
1. Because libpari is built into the code, the -n '<value>' expression can also use Pari functions, and perhaps even complex statements, like first define an ad-hoc function, then ";", then call it. I am going to try this. This definitely works: -n 'fibonacci(37217)/4466041' 2. If your linux is proper (modern) then your command-line is essentially unlimited (like 2 megabytes) so you can call with -n `cat myfile` |
![]() |
![]() |
![]() |
#57 |
Jul 2003
So Cal
45368 Posts |
![]()
You can also do something like
Code:
FILES="primo*" for f in $FILES do NUM=$(grep 'N$=' $f | sed '/^N$=/!d;s///;q') mpirun -np 32 ecpp-mpi -v -n "0x$NUM" -f cert-$f done Edit: You'll also need to convert the results to Primo format with something like Code:
FILES="cert*" for f in $FILES do cp $f /tmp/temp echo "C=read(\"/tmp/temp\");write(\"/tmp/temp.out\",primecertexport(C,1));" | gp -q sed 's/N=0x/N=$/g' /tmp/temp.out > $f.out rm /tmp/temp rm /tmp/temp.out done Last fiddled with by frmky on 2022-05-12 at 22:36 |
![]() |
![]() |
![]() |
#58 | |
Jun 2015
Vallejo, CA/.
22·277 Posts |
![]() Quote:
1029999+89821. *Smallest 30000 digit PRP* |
|
![]() |
![]() |
![]() |
#59 | |
Bamboozled!
"๐บ๐๐ท๐ท๐ญ"
May 2003
Down not across
2×3×7×271 Posts |
![]() Quote:
Code:
*** at top-level: C=read("/tmp/temp");write("/tmp/temp.out",prim *** ^-------------------------------------------- *** read: the PARI stack overflows ! current stack size: 8000000 (7.629 Mbytes) [hint] set 'parisizemax' to a nonzero value in your GPRC sed: can't read /tmp/temp.out: No such file or directory rm: cannot remove '/tmp/temp.out': No such file or directory *** syntax error, unexpected real number, expecting $end: *** ...05713.513159164.9156911606.091862374.224116268 *** ^--------------------- sed: can't read /tmp/temp.out: No such file or directory rm: cannot remove '/tmp/temp.out': No such file or directory *** syntax error, unexpected real number, expecting $end: *** 0000646.165922646.1821702.7308300.000000587.08 *** ^---------------------- sed: can't read /tmp/temp.out: No such file or directory rm: cannot remove '/tmp/temp.out': No such file or directory |
|
![]() |
![]() |
![]() |
#60 |
Jan 2007
Germany
1E516 Posts |
![]()
@rudy235
All smallest full thousand digit proven primes k-tuplets are welcome ! ![]() Last fiddled with by Cybertronic on 2022-05-13 at 08:12 |
![]() |
![]() |
![]() |
#61 | |
Sep 2002
Database er0rr
2×5×421 Posts |
![]() Quote:
Last fiddled with by paulunderwood on 2022-05-13 at 13:04 |
|
![]() |
![]() |
![]() |
#62 |
Sep 2009
22×587 Posts |
![]()
Is FastECPP significantly faster than primo for 300-2000 digit primes? I've automated primo by using xdotool and I'm working to prove 300+ digit PRPs in factordb. FastECPP would be easier to automate since it's a batch program, but would I save enough CPU time to pay for time spent scripting it?
|
![]() |
![]() |
![]() |
#63 | |
Bamboozled!
"๐บ๐๐ท๐ท๐ญ"
May 2003
Down not across
101100011101102 Posts |
![]() Quote:
Certificate now uploaded. Let's see if it is acceptable. |
|
![]() |
![]() |
![]() |
#64 | |
Jul 2003
So Cal
2·11·109 Posts |
![]() Quote:
Code:
\\ Limit PARI stack size to 1000 Mbytes = 10*10^8 bytes parisizemax = 1000M \\ Set PARI typical stack size to 40 Mbytes = 4*10^7 bytes (will grow as \\ needed, up to parisizemax) parisize = 40M Last fiddled with by frmky on 2022-05-13 at 16:34 |
|
![]() |
![]() |
![]() |
#65 | |
Bamboozled!
"๐บ๐๐ท๐ท๐ญ"
May 2003
Down not across
2·3·7·271 Posts |
![]() Quote:
Most of the time I prefer a rapid OOM to a system which is paging itself to a standstill. |
|
![]() |
![]() |
![]() |
#66 |
Bamboozled!
"๐บ๐๐ท๐ท๐ญ"
May 2003
Down not across
2·3·7·271 Posts |
![]()
Anyone any idea how long it generally takes factordb to verify a certificate?
3178^1543+1543^3178 is still in the Processing state. |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
For which types of primes is GPU primality test software available? | bur | GPU Computing | 6 | 2020-08-28 06:20 |
Fastest software for Mersenne primality test? | JonathanM | Information & Answers | 25 | 2020-06-16 02:47 |
APR-CL as primality proof | f1pokerspeed | FactorDB | 14 | 2014-01-09 21:06 |
Proof of Primality Test for Fermat Numbers | princeps | Math | 15 | 2012-04-02 21:49 |
PRIMALITY PROOF for Wagstaff numbers! | AntonVrba | Math | 96 | 2009-02-25 10:37 |