![]() |
Dop? hem? s p? proes obes a 25.7 s tiopt 25.7 heryon ronyoesum? at prn ony? atoeveny? a pred Doe p iteroptit Dop? obapttoperopronas Doberlaprles iba at 25.7 prly? em? beres proeried onesterla at prlan white a bly? 25.7 on Is t Ha prly? trlerit 25.7 esumes whit Hasteroprlatesumesum? pes Dopronerlattopes a tibes ioproprlaprnyopes teron 25.7 top Haties itopr ly? opron here atern 25.7 ier ten em? itonat p? pe ly? bly Dop? lerne Is itonesumes pry? ly? ierlem? attit Doprern Ha r bled he pr ied p? s ly i
|
[quote=James Heinrich;144996][URL="http://www.mersenneforum.org/member.php?find=lastposter&t=5758"]Yes[/URL] (server appears to have been down for around 24 hours now).[/quote]It's up again now.
[quote=Xyzzy;145090]Dop? hem? s p? proes obes a 25.7 s tiopt 25.7 heryon ronyoesum? at prn ony? atoeveny? a pred Doe p iteroptit Dop? < snip > Is itonesumes pry? ly? ierlem? attit Doprern Ha r bled he pr ied p? s ly i[/quote]? ? |
[quote=Prime95;145088]Has anyone tried 25.7 on a laptop? Does it stop properly when on battery? Does it resume properly? Is hibernation ever a problem?[/quote]
Yes I am running it on a laptop (32bit windows) and it does properly stop and resume when i remove the power. Hibernation and sleep are not a problem. |
safe to replace 24.14 w/ 25.7 for factoring?
I have a dual-core laptop that is rarely on, so I'm using it for trial factoring instead of doing Lucas-Lehmer tests. I'm running two instances of Prime95 24.14, but having to manage two copies is a bit of a pain.
1. I'm wondering if it is safe to replace 24.14 with 25.7, for two reasons: a. Trial factoring is much more parallelizable than Lucas-Lehmer tests and is less likely to cause errors on untested code. b. Trial factoring is also more stable, and does not require the self-tests. 2. Also, if I switch to 25.7, will Prime95 automatically detect the files generated by the second copy of Prime95, or will I have to manually merge them into the original files? |
[QUOTE=ixfd64;145133]
1. I'm wondering if it is safe to replace 24.14 with 25.7, for two reasons: a. Trial factoring is much more parallelizable than Lucas-Lehmer tests and is less likely to cause errors on untested code. b. Trial factoring is also more stable, and does not require the self-tests. 2. Also, if I switch to 25.7, will Prime95 automatically detect the files generated by the second copy of Prime95, or will I have to manually merge them into the original files?[/QUOTE] It is safe to use 25.7 instead of 24.14. However, you cannot simply replace 24.14 and expect version 25.7 to pick up where 24.14 left off. I haven't written any upgrade instructions. You will have to manually merge your two worktodo files. |
Thanks for the information.
By the way, you should change Prime95 such that it checks for "UseV4=1" in prime.ini instead of prime.txt. Parameter switches usually belong in INI files, you know? :smile: |
[QUOTE=ixfd64;145149]
By the way, you should change Prime95 such that it checks for "UseV4=1" in prime.ini instead of prime.txt. Parameter switches usually belong in INI files, you know? :smile:[/QUOTE] You can thank Windows for prime95 abandoning INI files. I've received a ton of complaints that users have invoked a Windows restore feature (to undo a driver or program install or recover from some other problem) only to find that prime.ini and/or worktodo.ini was rolled back to some old date. They end up retesting an exponent, losing an assignment, or having to restore their preferences. Way to go MS. Speaking of MS, yesterday I had to install a floppy drive on a machine to run Windows XP x64 setup. A floppy!? MS sells an OS that requires obsolete hardware to run the setup program. Anyway, I'm in an anti-MS mood today. |
How about abandoning .ini files altogether? For example, the next version of Prime95 could use local.txt instead of local.ini, primecfg.txt instead of prime.ini and worktodo.txt instead of worktodo.ini.
|
I just found out that Prime95 25.7 already uses text files instead of .ini files. I guess my previous suggestion was redundant.
|
[QUOTE=Prime95;145156]Speaking of MS, yesterday I had to install a floppy drive on a machine to run Windows XP x64 setup. A floppy!? MS sells an OS that requires obsolete hardware to run the setup program.[/QUOTE]To clarify, in 2001 MS sold an OS that required obsolete hardware; they stopped supporting it in 2005... Their current 64-bit OS (Vista) can install drivers off assorted sources (floppy, CD, USB, etc).
:cool: |
How about replacing all that .ini nonsense with an XML file?
[code]<?xml version="1.0" encoding="UTF-8"?> <sections> <comment>Great Internet Mersenne Prime Search</comment> <section name="local.ini"> <item key="OldCpuSpeed" value="2398" /> <item key="ComputerGUID" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" /> <item key="ComputerID" value="xxxxx" /> <item key="DayMemory" value="1024" /> <item key="NightMemory" value="1024" /> <item key="DayStartTime" value="450" /> <item key="DayEndTime" value="1410" /> <item key="Affinity" value="100" /> <item key="ThreadsPerTest" value="4" /> <item key="LastEndDatesSent" value="1223559356" /> <item key="RollingHash" value="347781287" /> <item key="RollingStartTime" value="1223574734" /> <item key="RollingCompleteTime" value="164381" /> <item key="RollingAverage" value="1030" /> <item key="Pid" value="0" /> <item key="WorkerThreads" value="1" /> </section> <section name="prime.ini"> <item key="V24OptionsConverted" value="yes" /> <item key="SendAllFactorData" value="yes" /> <item key="StressTester" value="no" /> <item key="UsePrimenet" value="yes" /> <item key="DialUp" value="no" /> <item key="UserID" value="xxxxxxxxxxxxxx" /> <item key="UserPWD" value="xxx" /> <item key="UserName" value="xxxxxxxxxxxx" /> <item key="AskedAboutMemory" value="yes" /> <item key="WorkPreference" value="101" /> <item key="OutputIterations" value="10000" /> <item key="ResultsFileIterations" value="999999999" /> <item key="DiskWriteTime" value="30" /> <item key="NetworkRetryTime" value="2" /> <item key="NetworkRetryTime2" value="70" /> <item key="DaysOfWork" value="7" /> <item key="DaysBetweenCheckins" value="1" /> <item key="TwoBackupFiles" value="yes" /> <item key="SilentVictory" value="no" /> <item key="MergeWindows" value="4" /> <item key="Windows95Service" value="yes" /> </section> <section name="worktodo.ini"> <item key="DoubleCheck" value="0000000000000000000000000xxxxxxx,xxxxxxxx,xx,x" /> <item key="DoubleCheck" value="0000000000000000000000000xxxxxxx,xxxxxxxx,xx,x" /> <item key="DoubleCheck" value="0000000000000000000000000xxxxxxx,xxxxxxxx,xx,x" /> <item key="DoubleCheck" value="0000000000000000000000000xxxxxxx,xxxxxxxx,xx,x" /> </section> </sections> </xml>[/code] |
| All times are UTC. The time now is 14:00. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.