![]() |
![]() |
#12 | |
Apr 2008
33 Posts |
![]() Quote:
i removed the affinity line (must have been put there by the sw) still no credit; not the end of the world, but it did show up in the status file, so i dont get this Last fiddled with by markg on 2008-05-22 at 17:53 |
|
![]() |
![]() |
![]() |
#13 |
Feb 2007
24·33 Posts |
![]()
isn't that a bit unusual? i.e. factoring and LL is running at the same time?
(maybe not unusual if things are done according to load / day/ night time or other settings, but my machines always did one after the other ; I don't remember having had a p and an m file at the same time.) PS: and since you have TwoBackupFiles=1, whenever there's a p*** there should be a q***. (not later than 30 mins after the p*** started existing) Last fiddled with by m_f_h on 2008-05-22 at 20:32 |
![]() |
![]() |
![]() |
#14 | |
Apr 2008
Regensburg..^~^..Plzeň
5×17 Posts |
![]() Quote:
![]() switch is -An not A-. A-1 would convert to 99 being the complement of 1 (if you add 1 to 99 the result is 0 with an overflow when your calculator has a fixed number of 2 digits. Digital calculators just switch to floating point notation so most people never see it. The overflow as the result of a subtraction which is commonly used in binary arithmetic is expected and not an error and adds to the sign bit changing to 0 in binary resulting in a positive number and 1 without an overflow resulting in a negative number. In the case of base 100, 99 is the largest number and -100 is the smallest that can be repesented in some arbitrary Accumulator with 2 digits) Happens a lot with a digital ohmmeter, just can't be used for arithmetic ![]() .. 02 base 100 complement. 02 because the number is positive . -01 base 100 complement. 99 because the number is negative add = 01 ......................... =(1)01 the overflowing 1 is lost but not unexpected a test for overflow indicates we dont have to complement the result to get back to the correct result. .. 01 base 100 complement 01 because the number is positive . -02 base 100 complement 98 because the number is negative add =-02 ....................... =(0)99 because there was no overflow it must be complemented resulting in 100 -99 = 1 the negative result . -01 ![]() A simpler way of looking at it would be just subtract 1 from 100 equals 99. the process is simpler in binary but a programmer has to be careful to test for invalid situations probably Prime95 didn't expect such an error to occur and didn't put a check in for that or just dealt with it by setting the number size to 2 digits not expecting a machine with more than 100 or more likely 16 CPU's to be running his program. And guess who stepped into that doo-doo yours truly who should have known better. I'm not sure it was the cause of your problem because you had the problem prior to my erroneous posting. You can also use negative numbers in your memory settings and prime 95 will try to use all memory available except the specified negative amount. Meaning that all other programms including the OS are expected to be able to run within that much memory. helps keep the hard drive from thrashing due to insufficient memory. Information on start parameters and other settings can be found in the help window. If you are interested on more information on Complement arithmetic googling on "Two's Complement" comes directly to the wikipedia entry and the wiki(hawaiian for quick/short)-pedia is an excellent source of information but not always quick. The above may be more information than you are interested in but may be of some use to others looking in. ![]() personal status page? or the overall status page? Your personal status page will show as uncleared somewhere near the bottom until some preset date when synchronisation is done. The overall status will probably be updated at that time too. How to get to your personal status page can be found on Prime Net pagelink of mersenne.org nelson |
|
![]() |
![]() |
![]() |
#15 |
P90 years forever!
Aug 2002
Yeehaw, FL
22·13·157 Posts |
![]()
Affinity=99 has nothing to do with the problem. Affinity 99 means "run on any CPU" of a multi-core machine.
Two backup files only applies to LL testing. Trial factoring never generates a q file |
![]() |
![]() |
![]() |
#16 | |
Apr 2008
1B16 Posts |
![]() Quote:
it may be that im confused as to how this works; i have only been doing LL testing until recently, and each one of those shows up when completed. however, i changed the (offending) laptop over to factoring, and originally thought that all results would show some record; it finished 4 factoring jobs so far, but only one showed up in my personal page. but the one that did show up FOUND a factor, the other three didnt, so perhaps thats what is supposed to happen? so if you dont find a factor there is no (obvious) credit/record of the work on the personal status page? |
|
![]() |
![]() |
![]() |
#17 |
"Jacob"
Sep 2006
Brussels, Belgium
1,907 Posts |
![]()
When the program finishes trial factoring an exponent you get credit, when the program finds a factor you get a bit more credit (depending on the number of bits of the found exponent) and your factor found count goes up by one.
What you saw is normal behaviour. Jacob (who should have looked up the meaning of affinity=99) |
![]() |
![]() |
![]() |
#18 | |
Apr 2008
33 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Aouessare-El Haddouchi-Essaaidi "test": "if Mp has no factor, it is prime!" | wildrabbitt | Miscellaneous Math | 11 | 2015-03-06 08:17 |
"Better than pseudo-random" iterator for Pollard's Rho? | mickfrancis | Factoring | 7 | 2014-12-11 22:32 |
Is copying my complete "p95v285" folder to my new pc enough to continue? | RienS | Information & Answers | 1 | 2014-11-14 21:47 |
Getting "?% complete" | Fenris1010 | Prime Sierpinski Project | 2 | 2007-02-17 17:51 |
Would Minimizing "iterations between results file" may reveal "is not prime" earlier? | nitai1999 | Software | 7 | 2004-08-26 18:12 |