![]() |
|
|
#12 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
As for the version numbers, agreed, that sounds good. Last fiddled with by mdettweiler on 2010-03-14 at 20:11 |
|
|
|
|
|
|
#13 |
|
May 2007
Kansas; USA
101000100110112 Posts |
So is the updated Windows script in the client in the 1st post here?
kar_bon: yes, it is! Last fiddled with by kar_bon on 2010-03-14 at 21:25 |
|
|
|
|
|
#14 |
|
May 2008
Wilmington, DE
22×23×31 Posts |
The old LLRNET client kept a zxxxxxxxx file maintained during a test in case the test was interrupted. cllr doesn't. One is created if a ctrl-c is enacted.
Any chance of maintaining a zxxxxxxx file for cllr just like LLRNET did. The reason I ask is that I had a power failure and lost any work done on current tests. Last fiddled with by MyDogBuster on 2010-03-15 at 00:01 |
|
|
|
|
|
#15 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
141518 Posts |
Quote:
While it would be rather hard to change this in standard LLR/cllr, in the do.pl script you can change the frequency at which it saves its z* files by setting the $iniOptions setting as follows: $iniOptions = "OutputIterations=10000\nDiskWriteTime=1\n"; ...which would set it to 1 minute. Note that while this probably isn't possible in do.bat since it handles setting OutputIterations differently, do.pl does work on Windows as well as long as you have Perl installed so if it's particularly important you can use that. Last fiddled with by mdettweiler on 2010-03-15 at 00:38 |
|
|
|
|
|
|
#16 | |
|
Mar 2006
Germany
23×3×112 Posts |
Quote:
Code:
(...) if not exist tosend.txt goto error_notos echo OutputIterations=%op_Iterations% >llr.ini echo DiskWriteTime=1 >>llr.ini :do_llrnet llrnet (...) perhaps it's worth a new option at the top of the script the user can set when needed (when testing-time is more than say 30 min). |
|
|
|
|
|
|
#17 |
|
May 2008
Wilmington, DE
22×23×31 Posts |
Thanks guys. I tested BOTH solutions and they work.
|
|
|
|
|
|
#18 |
|
May 2007
Kansas; USA
33×5×7×11 Posts |
Hi Karsten,
I'm running the Windows DOS client for the first time on my Windows I7. It appears that the option to change the output iterations is not working. I even tried tweaking the code and it didn't work. No matter what I do, it will not write that line to the llr.ini file that allows it to be changed. Instead it keeps writing out that annoying line every 10,000 iterations with a percentage complete. Even testing at n=~550K, it fairly quickly fills up the screen because there's no way to make the DOS window wider. I'd like to set it to 1,000,000 iterations like all of my other clients. Can you help? Edit: I just noticed something. It corrects itself after the first batch, writes the line to llr.ini, and stops outputting every 10,000 iterations. I'm surprsied that me trying to move the statement ahead of the "if" statement right ahead of it did not fix the problem. So it is a more minor bug than I originally thought but it still is a bit annoying. Thanks, Gary Last fiddled with by gd_barnes on 2010-03-25 at 12:06 |
|
|
|
|
|
#19 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
10AB16 Posts |
Quote:
To make the window wide, right click on the command window's title bar, click Properties, go to the Layout tab, and change both Width values to something higher (e.g. 90), then press OK, check "Save properties for future windows with the same title," and click OK. Ta-da! |
|
|
|
|
|
|
#20 | |
|
Mar 2006
Germany
290410 Posts |
Quote:
after getting the next set of pairs, the script will write again/new llr.ini with this new iteration-setting! this could be done in the DOS-script by telling to update the llr.ini with code like this: Code:
type llr.ini | find /v "OutputIterations=" > llr.new echo OutputIterations=%1>> llr.new move /Y llr.new llr.ini >nul so the script could be stopped while llr is running and starting again the script (with a parameter or comparing the current setting) with changing to this parameter and continue llr-testing. i can make this modification, if needed. Last fiddled with by kar_bon on 2010-03-25 at 18:28 |
|
|
|
|
|
|
#21 | |
|
May 2007
Kansas; USA
33×5×7×11 Posts |
Quote:
It seems a little bit cheesy to have it do something incorrectly for a short time and then do it correctly. If it's not too much trouble, yes, I think the change should be made. Thanks for the info. on making the screen wider Tim. Regardless, I'm not looking at my machines 99% of the time so I'd rather not have the iterations show up. One more thing: How do you easily change do.bat? When I made the change to the # of iterations, I renamed do.bat to do.txt, modified it in notepad, and then renamed it back to do.bat. Is there an easier way? A novice might wonder how to change the various options since you can't just edit do.bat. Last fiddled with by kar_bon on 2010-03-25 at 18:28 |
|
|
|
|
|
|
#22 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Quote:
Open Notepad, browse to do.bat's location, set Files of type: All Files, open do.bat. Not too hard.
Last fiddled with by Mini-Geek on 2010-03-25 at 14:11 |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LLRNET | ValerieVonck | Software | 12 | 2010-03-15 18:09 |
| llrnet 64 bit | balachmar | Prime Sierpinski Project | 4 | 2008-07-19 08:21 |
| LLRNet | em99010pepe | Riesel Prime Search | 20 | 2007-09-11 21:03 |
| Bush Supports $120 Billion Iraq War Compromise | ewmayer | Soap Box | 23 | 2007-05-27 12:37 |
| LLRnet over proxy? | Bananeweizen | Sierpinski/Riesel Base 5 | 4 | 2006-10-14 07:51 |