![]() |
|
|
#310 |
|
Sep 2002
Database er0rr
3,761 Posts |
With up to something like 10^10000000 for us to try to find your weird output, I don't think you are being very helpful in tracking down your problem, which maybe due to a bad expression or a bad switch.
Last fiddled with by paulunderwood on 2018-08-24 at 18:34 Reason: changed specifier to switch |
|
|
|
|
|
#311 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
2,063 Posts |
The input to the GUI is:
Code:
pfgw -t -f -q2*3^19+1 The output from the GUI is: Code:
PFGW Version 3.8.3.64BIT.20161203.Win_Dev [GWNUM 28.6] Primality testing 2*3^19+1 [N-1, Brillhart-Lehmer-Selfridge] Running N-1 test using base 3 Done. The actual exponent is not 19 but rather a slightly larger integer. ![]() Thank you for your time. |
|
|
|
|
|
#312 | |
|
Sep 2002
Database er0rr
376110 Posts |
Quote:
Dropping the "-t" switch will run a much faster PRP check. Try putting the expession after -q in quotes i.e. -q"2*3^39+1". Oh and with the GUI, you don't need to have pfgw in the input line. Last fiddled with by paulunderwood on 2018-08-24 at 21:13 |
|
|
|
|
|
|
#313 |
|
"Mark"
Apr 2003
Between here and the
11000110100102 Posts |
IIRC, ou an also add -Cverbose to get the residue output to the screen.
|
|
|
|
|
|
#314 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
80F16 Posts |
Thank you for the replies.
When i try some known primes of the same format with the same input format the program states that it is prime and adds it to the prime-log. Code:
PFGW Version 3.7.10.64BIT.20150809.Win_Dev [GWNUM 28.6] Primality testing 2*3^105106+1 [N-1, Brillhart-Lehmer-Selfridge] Running N-1 test using base 2 2*3^105106+1 is prime! (50.0695s+0.0029s) Done. Am I safe to assume that "Running N-1 test using base 3" has determined that the candidate is not prime? Or should I consider the result inconclusive? Thank you in advance.
|
|
|
|
|
|
#315 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
2,063 Posts |
Ran the exact same input on a different computer with the folder copied from the 1st.
Set the "Output" to "Screen Verbose" Code:
pfgw -t -f -q2*3^1982877+1 Code:
PFGW Version 3.7.10.64BIT.20150809.Win_Dev [GWNUM 28.6] Primality testing 2*3^1982877+1 [N-1, Brillhart-Lehmer-Selfridge] trial factoring to 371935266 Running N-1 test using base 3 Special modular reduction using all-complex FMA3 FFT length 192K, Pass1=128, Pass2=1536 on 2*3^1982877+1 2*3^1982877+1 is composite (13905.0449s+0.0390s) Done. |
|
|
|
|
|
#316 |
|
Nov 2015
100102 Posts |
Hi
Is there the 32-bit version of PFGW? Thank you GIovanni |
|
|
|
|
|
#317 |
|
Banned
"Luigi"
Aug 2002
Team Italia
113228 Posts |
Yes, I have version PFGW 3.7.7 for MAC, Windows and Linux.
http://www.fermatsearch.org/prog/pfg...7_20130722.zip http://www.fermatsearch.org/prog/pfg...7_20130722.zip http://www.fermatsearch.org/prog/pfg...7_20130722.zip Please consider donating part of your CPU time to our Team_Italia ![]() Luigi |
|
|
|
|
|
#318 |
|
Nov 2015
2×32 Posts |
Thank You Luigi.
Ciao Giovanni |
|
|
|
|
|
#319 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
2,063 Posts |
Code:
-t -f -q36669253978236339433616874595555104797964800838891441708308116060327868852459 Code:
PFGW Version 3.8.3.64BIT.20161203.Win_Dev [GWNUM 28.6] Primality testing 36669253978236339433616874595555104797964800838891441708308116060327868852459 [N-1, Brillhart-Lehmer-Selfridge] Running N-1 test using base 2 36669253978236339433616874595555104797964800838891441708308116060327868852459 is PRP! (0.0331s+0.5524s) Done. Else, how can I make a deterministic primality test of this prime? Thank you for your time. Last fiddled with by a1call on 2018-09-15 at 16:29 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A possible bug in LLR/PFGW while using GWNUM (no bug in P95) | Batalov | Software | 77 | 2015-04-14 09:01 |
| PFGW 3.2.0 has been Released | rogue | Software | 94 | 2010-09-14 21:39 |
| PFGW 3.2.3 has been Released | rogue | Software | 10 | 2009-10-28 07:07 |
| PFGW 3.2.2 has been Released | rogue | Software | 20 | 2009-08-23 12:14 |
| PFGW 3.2.1 has been released | rogue | Software | 5 | 2009-08-10 01:43 |