Author |
Message |
|
I have been using PrimeGrid for a little over a week now. I just downloaded proth.exe just to see if I could test some large proth numbers for primality (K being larger than 10000 of course so I don't overlap with this project :) ). Anyway, when I tested 12345 x 2^400001 +1 I got a memory error. This confused me because all of the 3,300 proth numbers I tried with PrimeGrid are at least that big and I had no issues.
The Proth.exe I downloaded was 7.1 which I think is a few years old. Any advice? Is there a newer, better version or is this a fluke? |
|
|
rogueVolunteer developer
 Send message
Joined: 8 Sep 07 Posts: 1218 ID: 12001 Credit: 18,565,548 RAC: 0
 
|
I have been using PrimeGrid for a little over a week now. I just downloaded proth.exe just to see if I could test some large proth numbers for primality (K being larger than 10000 of course so I don't overlap with this project :) ). Anyway, when I tested 12345 x 2^400001 +1 I got a memory error. This confused me because all of the 3,300 proth numbers I tried with PrimeGrid are at least that big and I had no issues.
The Proth.exe I downloaded was 7.1 which I think is a few years old. Any advice? Is there a newer, better version or is this a fluke?
All I can say is "Don't use Proth". I is out-dated and very slow compared to LLR and PFGW. |
|
|
|
Ok, this brings me to my next question. I have sieved some numbers with NewPGen 2.82 and saved it to a file. I then downloaded LLR 3.7.1c Now, I should be able to use the sieved file from NewPGen and upload it into LLR. The only problem is I have no idea what "starting line number" means. I tried various numbers to mess around and I got the output: "choose test/input data to test more numbers" which is absurd because I have 1732 numbers to test.
Help would be appreciated, thanks |
|
|
rogueVolunteer developer
 Send message
Joined: 8 Sep 07 Posts: 1218 ID: 12001 Credit: 18,565,548 RAC: 0
 
|
Ok, this brings me to my next question. I have sieved some numbers with NewPGen 2.82 and saved it to a file. I then downloaded LLR 3.7.1c Now, I should be able to use the sieved file from NewPGen and upload it into LLR. The only problem is I have no idea what "starting line number" means. I tried various numbers to mess around and I got the output: "choose test/input data to test more numbers" which is absurd because I have 1732 numbers to test.
Help would be appreciated, thanks
It refers to the line number of the input file from which you want to start. Try 1.
BTW, were you doing fixed n or fixed k sieving? If you were doing fixed k sieving, srsieve is faster than NewPGen. |
|
|
|
I am using fixed n sieving, so I'm using the right software I believe.
I Still cannot get the LLR program to work. It says "couldn't open service control manager..." I tried 1 and 2 for the imput line and the LLR icon turns green for a second, but then turns red again (IDLE). |
|
|
|
A number of years ago I took part in Yves Gallot's Generalized Fermat Prime Search. We used GFNSieve for the sieving. The instructions are on This Page.
Although the software has moved on since then, maybe that will help.
____________
Warped
|
|
|
|
I think I figured it out. I needed to have LLR in the same file directory as NewPGen! Thanks for your help! |
|
|
rogueVolunteer developer
 Send message
Joined: 8 Sep 07 Posts: 1218 ID: 12001 Credit: 18,565,548 RAC: 0
 
|
I think I figured it out. I needed to have LLR in the same file directory as NewPGen! Thanks for your help!
The output file from NewPGen needs to be in the same folder as LLR, not NewPGen itself. |
|
|