mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Sierpinski/Riesel Base 5

Reply
 
Thread Tools
Old 2008-12-05, 01:17   #122
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11×577 Posts
Default

Quote:
Originally Posted by nuggetprime View Post
On my linux machine I'm getting LLR64=000000.. for all numbers.
Also,the checkpointing slows things down somewhat... I suggest you get stuck with my 0.51 binaries.

--nuggetprime
That's odd. I know that happens when it cannot test some numbers due to various conditions. Can you give some examples?
rogue is offline   Reply With Quote
Old 2008-12-05, 08:55   #123
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

23·3·112 Posts
Default

what about this:

(can say only for WIN-version)

the residues written with lower letters a-f instead of hex-looking A-F
kar_bon is offline   Reply With Quote
Old 2008-12-05, 11:32   #124
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11·577 Posts
Default

Quote:
Originally Posted by kar_bon View Post
what about this:

(can say only for WIN-version)

the residues written with lower letters a-f instead of hex-looking A-F
I can easily change that. Does that cause an issue?
rogue is offline   Reply With Quote
Old 2008-12-05, 12:24   #125
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

23·3·112 Posts
Default

Quote:
Originally Posted by rogue View Post
I can easily change that. Does that cause an issue?
no, not an issue but all other programs display 0123456789ABCDEF hex this way and it's easier (i think so, long computer related, self programming poeple) for such eyes, and HEX is in capital letters!

Last fiddled with by kar_bon on 2008-12-05 at 12:24
kar_bon is offline   Reply With Quote
Old 2008-12-06, 16:19   #126
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

31·67 Posts
Default Visual 'bug'

Not sure if this is an issue with all builds:

If I scroll up in a DOS box to see previous output it start overwriting it instead of continuing at the bottom.
Flatlander is offline   Reply With Quote
Old 2008-12-06, 17:22   #127
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11×577 Posts
Default

Quote:
Originally Posted by Flatlander View Post
Not sure if this is an issue with all builds:

If I scroll up in a DOS box to see previous output it start overwriting it instead of continuing at the bottom.
That is more likely a DOS issue than a phrot issue. If you use CygWin and run it from the command prompt, it works correctly.
rogue is offline   Reply With Quote
Old 2008-12-16, 18:42   #128
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

634710 Posts
Default

phrot 0.61 is released. I inadvertently added a bug that prevents phrot from restarting correct. That has been fixed. There was also an issue that prevented it from detecting certain ABC file formats correctly. That has been fixed. A Windows build (requiring CygWin) can be found here.

The two things I would like to do with phrot in a future release are:

1) Support BOINC. That should be relatively easy.
2) Create a networked version, which theoretically could be used to in place of LLRNet. If anyone is interested in helping me out, send me a PM and we can work out some details. I have a fairly good idea as to how I want it to work, but I want to avoid the complexity of BOINC.

Last fiddled with by rogue on 2008-12-16 at 18:44
rogue is offline   Reply With Quote
Old 2008-12-16, 21:27   #129
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

624910 Posts
Default

Quote:
Originally Posted by rogue View Post
2) Create a networked version, which theoretically could be used to in place of LLRNet. If anyone is interested in helping me out, send me a PM and we can work out some details. I have a fairly good idea as to how I want it to work, but I want to avoid the complexity of BOINC.
Yay! This would be a HUGE benefit for projects such as Conjectures 'R Us and Sierpinski/Riesel Base 5.
mdettweiler is offline   Reply With Quote
Old 2008-12-22, 18:52   #130
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3·2,083 Posts
Default

Quote:
Originally Posted by rogue View Post
phrot 0.61 is released. I inadvertently added a bug that prevents phrot from restarting correct. That has been fixed. There was also an issue that prevented it from detecting certain ABC file formats correctly. That has been fixed. A Windows build (requiring CygWin) can be found here.

The two things I would like to do with phrot in a future release are:

1) Support BOINC. That should be relatively easy.
2) Create a networked version, which theoretically could be used to in place of LLRNet. If anyone is interested in helping me out, send me a PM and we can work out some details. I have a fairly good idea as to how I want it to work, but I want to avoid the complexity of BOINC.
I tried using Phrot 0.61 under Linux on some Sierpinski base 23 numbers today, and it still won't resume properly from phrot.ini, despite the fact that it saves the phrot.ini and phrot.ckpt files without a problem.

In the meantime, I'll crunch the range with v0.52 since that seems to be working stably for me.
mdettweiler is offline   Reply With Quote
Old 2008-12-22, 22:06   #131
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11·577 Posts
Default

Quote:
Originally Posted by mdettweiler View Post
I tried using Phrot 0.61 under Linux on some Sierpinski base 23 numbers today, and it still won't resume properly from phrot.ini, despite the fact that it saves the phrot.ini and phrot.ckpt files without a problem.

In the meantime, I'll crunch the range with v0.52 since that seems to be working stably for me.
The value for LastLine= should refer to the line of the last completed test. The line number might have been incorrect in previous releases (i.e. off by one). To get to 0.61, delete the ini file, then delete lines corresponding to all completed tests from you input file, then restart phrot. It will continue from the checkpointed test.
rogue is offline   Reply With Quote
Old 2008-12-22, 22:13   #132
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3·2,083 Posts
Default

Quote:
Originally Posted by rogue View Post
The value for LastLine= should refer to the line of the last completed test. The line number might have been incorrect in previous releases (i.e. off by one). To get to 0.61, delete the ini file, then delete lines corresponding to all completed tests from you input file, then restart phrot. It will continue from the checkpointed test.
Well, this range had actually been run with 0.61 from the beginning--so, any and all checkpoint/phrot.ini files had been saved by 0.61.

If I remember correctly, yes, the LastLine= value was a little off in 0.61, but in 0.52 it's right on.
mdettweiler is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
PRPNET & Phrot discussion masser Sierpinski/Riesel Base 5 27 2010-09-08 03:10
Phrot announcements rogue Conjectures 'R Us 33 2010-01-22 19:39
LLR/PRP/phrot/pfgw:- Pick A Range masser Sierpinski/Riesel Base 5 8 2009-08-18 19:44
Using Phrot For LLRNET Reservations thommy Sierpinski/Riesel Base 5 1 2008-11-03 14:53
Programmer needed to write networked Phrot app! mdettweiler Programming 0 2008-04-07 21:25

All times are UTC. The time now is 09:15.


Sat Jul 17 09:15:11 UTC 2021 up 50 days, 7:02, 1 user, load averages: 1.42, 1.63, 1.60

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

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.