![]() |
|
|
#56 |
|
"Daniel Jackson"
May 2011
14285714285714285714
10100101112 Posts |
Yeah. It cost me $600 + Kaspersky Internet security. I've switched to MSE (Security Essentials) so I wouldn't have to pay an annual subscription fee. It was worth it though. AFAIK, I have no viruses atm. However, I need some help. Can someone please tell me what causes these symptoms?:
1. I drag an artwork image to iTunes and the computer freezes. 2. I try to hard reset and reboot, but the Windows Aero process (dwm.exe) won't start. 3. I get read errors on system files. 4. I try to reboot again, but it freezes on the "Starting Windows" screen (the graphics don't appear, just the text). 5. I use a Linux Boot Disc to try and copy my files to an external hard drive, but I get one of the following errors: "Input/Output error", "Value too large for defined data type" on some of them. What causes this? How do I fix it? Until I do, I have to run Windows in a VM using Virtualbox. It just isn't the same. I can't play my favorite racing game (Midtown Madness 2) without having to set the graphics to "Software (no 3D Video Card)". Last fiddled with by Stargate38 on 2013-05-07 at 12:23 Reason: forgot something |
|
|
|
|
|
#57 |
|
Sep 2002
Database er0rr
3,739 Posts |
Sounds like a bad disk, but I could be wrong.
![]() Check the cables are plugged in snuggly. Back up your data and run some disk checks from UBCD, is my advice. I had one go bad recently -- it had problems writing super blocks when installing Gentoo -- it would not run mkfs.ext3 cleanly. |
|
|
|
|
|
#58 |
|
Mar 2007
Germany
23×3×11 Posts |
You can try to boot in Safe Mode. http://www.redmondpie.com/how-to-boo...s-8-safe-mode/
After this backup your Data. Then to Run CHKDSK http://windows8themes.org/how-to-run...windows-8.html Hope it works for you. |
|
|
|
|
|
#59 |
|
"Daniel Jackson"
May 2011
14285714285714285714
3×13×17 Posts |
I have Windows 7, not 8. I got this computer in 2010.
|
|
|
|
|
|
#60 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
588010 Posts |
If it happens for that sort of reason you reinstall windows rather than getting a new one. I personally find it best to reinstall every couple of years anyway as windows seems to get slower the longer it is installed.
|
|
|
|
|
|
#61 | |
|
Oct 2006
Berlin, Germany
617 Posts |
Quote:
When I'm done, I'll send you the changed source. BTW: Why is the source named atkin? yoyo |
|
|
|
|
|
|
#62 |
|
Sep 2005
127 Posts |
That would be like calling the GMP-ECM source "lenstra243" :)
|
|
|
|
|
|
#63 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
2·7·677 Posts |
Quote:
I don't think you will like his answer, I am afraid. |
|
|
|
|
|
|
#64 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
10110111110002 Posts |
You surprised me for a minute there. primeprover is my other(newer) username. I got fed up of people calling me henry.
|
|
|
|
|
|
#65 | |
|
"Dana Jacobsen"
Feb 2011
Bangkok, TH
22×227 Posts |
Quote:
It uses FAS with a fixed list of polynomials (either 500 or 2650 depending on whether you want the data size to be 35k or 1.2MB). The fixed list makes it fast when it can find factors, but as the size increases the chances are higher that it can't find factors quickly. Under 200-digits this is a non-issue as they're easy. The killer is level 0 since we can't backtrack. I wouldn't really recommend it for 1000+ digits unless you could handle waiting. It's also all single-core. The list of future enhancements is long. Note that I had the advantage of writing my software after GMP-ECPP and GMP-ECM, had plenty of help from open source, books (e.g. Cohen), and lots of free articles available. It also doesn't come close to Primo, nor is that my target. Honestly I just wanted something than my BLS75 theorem 5/7 prover. The certificates are easily described and the package contains a verifier (though both this ECPP and the verifier were written by the same person, so not ideal). Turning on verbose level 2 will make it output info similar to GMP-ECPP. The package includes an example program that takes GMP-ECPP output, converts it my certificate format, and runs it through the verifier. Example 800-digit prime: Code:
time perl -MMath::Prime::Util=:all -E 'prime_set_config(verbose=>1); my $n = random_ndigit_prime(800); say $n; my @cert = prime_certificate($n); say verify_prime(@cert);'
20443987985371566596196383035718301138174118185136736375705779502458572404079683337575649740211923543213839529101164807557895801091978585791974909550613164362845341198040458739088508085522277836083292077295057923913065207050715309876775997788289639660920939398400557690622108987139017387065179009994753379841185175425332623391136828022411037251049960076666776932000965866533734635780713134375834400742680057742212425454137230636013373166544738117887409423965569892090142198678900295557491760413057820608924605597955981164954891731105768573393261277499398151053969858546968985985530589739362587656228607497576381292050092944318149269465630547308922229724354728462102870709764369637421445463969412230511360022061146542697354493388050102621598092795803193704863955475238284185417352123117048327111186721
N[0] (800 dig) -120 (Hilbert 4)
N[1] (797 dig) -6451 (Hilbert 17)
N[2] (795 dig) -907 (Hilbert 3)
N[3] (789 dig) -7828 (Weber 16)
N[4] (774 dig) -627 (Hilbert 4)
.....
N[4] (774 dig) -627 (Hilbert 4) 2
N[3] (789 dig) -7828 (Weber 16) 2
N[2] (795 dig) -907 (Hilbert 3) 2
N[1] (797 dig) -6451 (Hilbert 17) 2
N[0] (800 dig) -120 (Hilbert 4) 2
1
real 5m19.085s
user 5m18.658s
sys 0m0.009s
Last fiddled with by danaj on 2013-05-23 at 01:43 |
|
|
|
|
|
|
#66 | ||
|
"Dana Jacobsen"
Feb 2011
Bangkok, TH
22×227 Posts |
Quote:
Quote:
- there is a big error in the polynomial root finder. I recommend looking at Cohen 1.6.1 and fix the code (IIRC, it's looping when it shouldn't). This would be a requirement if it were changed to FAS, as the existing code often fails when it shouldn't. - There is an off-by-one error somewhere in the polynomial gcd code. It's worked around using some extra ifs, so not a huge concern unless you want to rewrite it. - The fixed POLY_SIZE for the poly code is obtrusive. It'll blow out your stack if you have too many steps, and it's set too high for most use. Reducing it will make things run faster, but leads to other issues. - Use GMP-ECM for factoring (best), change to a projective ECM, or use a good p-1 for stage 1. I do the latter, as my p-1 factoring is far faster than my ECM and usually finds what we need without much effort. I eventually move to ECM if necessary, which is when you really want something faster than the affine ECM in GMP-ECPP. - precalculate at least some of the class polynomials. Maybe all the degree 1 and 2s. That will mean almost no class poly calcs once you get under 200 digits. - Don't use a master switch for Hilbert vs. Weber. Find out if you can use Weber and use it if so, and Hilbert if not. I believe there's no good switch to control the Weber polys used, so it will waste lots of time using bad polys. - Investigate the various papers that discuss how to estimate the precision needed to generate the polys and use them (plus a fudge factor if you want). Right now it has a global precision limit, which is not scalable at all (either it is small and then big numbers don't work, or it's big and you waste crazy amounts of time on smaller polys). - polynomial multiplication via binary segmentation would be better with GMP. This probably isn't a big deal with this algorithm/code. It was *huge* with my AKS implementation, but probably not worth much here (it's also more clearly applicible to AKS). Don't get me wrong -- I think it's fantastic that they wrote a working ECPP and published it as open source. It does great with numbers that start making n-1 provers take a long time (80-100 digits), and given time it will do 150-200 digit numbers. But it has room for improvement. |
||
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Primo Browser? | PawnProver44 | Information & Answers | 14 | 2016-04-09 05:49 |
| Primo Verifier... | WraithX | Software | 15 | 2013-09-10 07:24 |
| Fixup Old Primo Certificate? | wblipp | FactorDB | 1 | 2012-05-28 03:16 |
| PRIMO 3.0.7 | Cybertronic | Five or Bust - The Dual Sierpinski Problem | 17 | 2009-08-13 20:42 |
| primo question | fivemack | Math | 35 | 2009-04-28 15:03 |