![]() |
|
|
#45 |
|
"Mike"
Aug 2002
100000001010102 Posts |
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
|
|
|
|
|
|
#47 | |
|
Oct 2008
22×3 Posts |
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. Last fiddled with by adminc on 2008-10-11 at 17:32 |
|
|
|
|
|
|
#48 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
5·479 Posts |
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? |
|
|
|
|
|
#49 | |
|
P90 years forever!
Aug 2002
Yeehaw, FL
11101011100012 Posts |
Quote:
|
|
|
|
|
|
|
#50 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
5×479 Posts |
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?
|
|
|
|
|
|
#51 | |
|
P90 years forever!
Aug 2002
Yeehaw, FL
165618 Posts |
Quote:
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. |
|
|
|
|
|
|
#52 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
5·479 Posts |
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.
|
|
|
|
|
|
#53 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
45338 Posts |
I just found out that Prime95 25.7 already uses text files instead of .ini files. I guess my previous suggestion was redundant.
|
|
|
|
|
|
#54 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
1101010111012 Posts |
Quote:
|
|
|
|
|
|
|
#55 |
|
"Mike"
Aug 2002
2×23×179 Posts |
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>
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prime95 version 27.3 | Prime95 | Software | 148 | 2012-03-18 19:24 |
| Prime95 version 26.3 | Prime95 | Software | 76 | 2010-12-11 00:11 |
| Prime95 version 25.5 | Prime95 | PrimeNet | 369 | 2008-02-26 05:21 |
| Prime95 version 25.4 | Prime95 | PrimeNet | 143 | 2007-09-24 21:01 |
| When the next prime95 version ? | pacionet | Software | 74 | 2006-12-07 20:30 |