mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Information & Answers (https://www.mersenneforum.org/forumdisplay.php?f=38)
-   -   Quick Pfgw errors Unsolved (https://www.mersenneforum.org/showthread.php?t=21177)

PawnProver44 2016-04-03 23:14

Quick Pfgw errors Unsolved
 
To everyone who is using Pfgw, there are a few errors I spotted that I do not know how to solve. The first one is that I cannot make another "pfgw.out" file and mine is already several hundreds of lines long. The second is testing several numbers with thousands of digits long with "no description" will rack up the entire command window and more digits appearing hide numbers stated as 3-PRPs so I am unable to find them. I think they should be simplified such as: "824162153940.........384710232111+3376 is 3-PRP!" rather than the entire decimal expansion racking up the command window. I'll be out for the week, so I had to post all these now. :smile:

rogue 2016-04-04 01:02

[QUOTE=PawnProver44;430695]To everyone who is using Pfgw, there are a few errors I spotted that I do not know how to solve. The first one is that I cannot make another "pfgw.out" file and mine is already several hundreds of lines long. The second is testing several numbers with thousands of digits long with "no description" will rack up the entire command window and more digits appearing hide numbers stated as 3-PRPs so I am unable to find them. I think they should be simplified such as: "824162153940.........384710232111+3376 is 3-PRP!" rather than the entire decimal expansion racking up the command window. I'll be out for the week, so I had to post all these now. :smile:[/QUOTE]

Use the -Cquiet option to suppress most of the output.

Cybertronic 2016-04-06 09:59

I believe, in actual version PFGW 3.7.10, pfgw can no more handle die character "|" in the ABC line.

rogue 2016-04-06 17:42

[QUOTE=Cybertronic;430851]I believe, in actual version PFGW 3.7.10, pfgw can no more handle die character "|" in the ABC line.[/QUOTE]

I would need an example. I haven't changed any of that logic in years.

Cybertronic 2016-04-06 18:12

Okay.

Write in a txt-file

"ABC 10^999+$a | 10^999+$a+2
7
"

you get "ABC - Evaluator failed"


File: pfgw32.exe 38566912 Byte large.

Another Preview Version Output:

10^999+7 is 3-PRP! (0.031000 seconds)
10^999+7+2 is composite: [2B2E9E5C173C1F7C] (0.032000 seconds)

regards

Norman

rogue 2016-04-06 20:13

I'll look into it.

Cybertronic 2016-04-07 09:02

Found the bug.

program don't accept " " after character "|"

ABC .... c1|c2|c3 works
also work

ABC ... c1 |c2 |c3 |...

ABC c1| c2| c3 don't work but not relevant when we know it

rogue 2016-04-07 16:04

I'm pretty certain I caused this when I added the code that could verify factors found by sieving programs, specifically factors of the form "x | y". I'll fix it and put out a new release.


All times are UTC. The time now is 10:30.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.