mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Prime Sierpinski Project

Reply
 
Thread Tools
Old 2005-07-07, 20:43   #12
Citrix
 
Citrix's Avatar
 
Jun 2003

110001011102 Posts
Default

Lars,
what version of llrnet does llrnet_windows linked on ldausch.de contain?

Citrix
Citrix is offline   Reply With Quote
Old 2005-07-07, 20:55   #13
ltd
 
ltd's Avatar
 
Apr 2003

22×193 Posts
Default

It is still the old version. I did not find the time till now to create a new package with the new llrnet client and a modified config file.

If anybody has the time to create these files please mail them to me or tell me a place where i can download them and i will change them on my server.

@Citrix:
Did the two mails from the last two days reach you or is there a mail problem on my side again?


Lars

Last fiddled with by ltd on 2005-07-07 at 20:57
ltd is offline   Reply With Quote
Old 2005-07-07, 21:52   #14
OmbooHankvald
 
OmbooHankvald's Avatar
 
May 2005
Copenhagen, Denmark

1001000012 Posts
Default

Quote:
Originally Posted by em99010pepe
OmbooHankvald,

Sorry but one more thing I think you should add to your great guide.
I use this software to monitor and control my sieve range. It also estimates the crunching time.

Cheers,

Carlos
Isn't rieselator only to RieselSieve? It asks for RieselStatus.dat. Do you mean this? Can both be used for both Riesel and Sierpinski? Is there any difference at all?

@Ltd: I think RieselSieve has a version of LLRNET. I don't know if it's newer than yours, but I post this anyway.

Thanks for all the positive response , I'll keep improving it!
OmbooHankvald is offline   Reply With Quote
Old 2005-07-07, 21:56   #15
ltd
 
ltd's Avatar
 
Apr 2003

30416 Posts
Default

The rieselsieve one is the newest one available. I did not yet find the time to look what configs have to be modified to make it a work for PSP. If you have such a version ready please send it to me. ( Then i don't have to find everything out myself )

for the FAQ we have to thank you. Specialy for not only to all this work for one project but doing it for several projects!!!!!!

Thanks,

Lars

Last fiddled with by ltd on 2005-07-07 at 21:59
ltd is offline   Reply With Quote
Old 2005-07-07, 21:57   #16
em99010pepe
 
em99010pepe's Avatar
 
Sep 2004

2·5·283 Posts
Default

Quote:
Originally Posted by OmbooHankvald
Isn't rieselator only to RieselSieve? It asks for RieselStatus.dat. Do you mean this? Can both be used for both Riesel and Sierpinski? Is there any difference at all?

Thanks for all the positive response , I'll keep improving it!
You can also use rieselator on PSP. There's no difference at all. You just have to setup it like this:


rieselator.ini file

[Settings]
Machines=1
LaunchCopyNewURL=1
CopyNewURL=
SpeedAvgIntervals=5
Username=em99010pepe
Password=
Login=1
[Machine 0]
Name=AMD 64 3000+
FactorPath=C:\DC\PSP\sieve\fact.txt (path to your fact.txt file)
StatusPath=C:\DC\PSP\sieve\SoBStatus.dat (path to your SoBStatus.dat file)
LastOldFactor=


Cheers,

Carlos

EDIT: There's one difference. You cannot send the factors automatically to PSP.

Last fiddled with by em99010pepe on 2005-07-07 at 22:02
em99010pepe is offline   Reply With Quote
Old 2005-07-07, 22:12   #17
OmbooHankvald
 
OmbooHankvald's Avatar
 
May 2005
Copenhagen, Denmark

28910 Posts
Default

Quote:
Originally Posted by ltd
The rieselsieve one is the newest one available. I did not yet find the time to look what configs have to be modified to make it a work for PSP. If you have such a version ready please send it to me. ( Then i don't have to find everything out myself )

for the FAQ we have to thank you. Specialy for not only to all this work for one project but doing it for several projects!!!!!!

Thanks,

Lars
Well, I could get on RieselSieve using your version just by editing the server and port so maybe it'll work the other way around too? (I can't check it now because the server is down).

@pepe: I'm going to bed now, I'll look at your post tomorrow.

OH
OmbooHankvald is offline   Reply With Quote
Old 2005-07-07, 22:23   #18
ltd
 
ltd's Avatar
 
Apr 2003

22×193 Posts
Default

I will give it i try next week.

Lars
ltd is offline   Reply With Quote
Old 2005-07-07, 23:37   #19
Citrix
 
Citrix's Avatar
 
Jun 2003

30568 Posts
Default

There is a sobadministrator software for +1 projects.
Citrix is offline   Reply With Quote
Old 2005-07-08, 00:09   #20
OmbooHankvald
 
OmbooHankvald's Avatar
 
May 2005
Copenhagen, Denmark

172 Posts
Default

Quote:
Originally Posted by ltd
for the FAQ we have to thank you. Specialy for not only to all this work for one project but doing it for several projects!!!!!!

Thanks,

Lars
No problem I'm still waiting for feedback from the S/R Base 5 team and I haven't contacted 321 yet.
I'm also working a bit on an LMH guidebut that's not a priority right now

OH
OmbooHankvald is offline   Reply With Quote
Old 2005-07-08, 09:03   #21
OmbooHankvald
 
OmbooHankvald's Avatar
 
May 2005
Copenhagen, Denmark

172 Posts
Default Little update

I've tried adding some info about Rieselator and Sobistrator.

I'll wait to see what happens before changing my guide to LLRNET

@Lars: It wasn't much of a change, but I've placed my (simple) guess of a config-file here when footmaster comes around we can try if it works. All the other stuff in the file is up to the individual user, so I've only changed the necessary (I think).

OH
OmbooHankvald is offline   Reply With Quote
Old 2005-07-09, 21:27   #22
em99010pepe
 
em99010pepe's Avatar
 
Sep 2004

2×5×283 Posts
Default

Go here.

You say:

Quote:
How to use Rieselator/Sobistrator:

I’m assuming you’re now happily running proth_sieve, but maybe you want to know how long it takes to complete your range? You can use Rieselator for that.

Rieselator is a helpful tool, which allows you to monitor proth_sieve at multiple computers at once and see how long it takes to finish a range. There is also a Sobistrator available to those who are testing k*b^n+1 instead of –1:
Look what is in bold. In my opinion sobistrator/rieselator are the same software and are independent of the test made. The dat file is the one who gives the format of the number to test.

Cheers,

Carlos

Last fiddled with by em99010pepe on 2005-07-09 at 21:29
em99010pepe is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Proofreading the Server info Joe O PrimeNet 10 2006-07-27 23:05
Proofreading FAQ? OmbooHankvald Sierpinski/Riesel Base 5 7 2005-09-17 15:07
distributed proofreading adpowers Lounge 10 2004-11-05 01:54

All times are UTC. The time now is 16:06.


Fri Jul 16 16:06:21 UTC 2021 up 49 days, 13:53, 1 user, load averages: 1.75, 1.91, 1.83

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.