![]() |
|
|
#958 |
|
Dec 2010
Monticello
5·359 Posts |
I suspect your two factors per day is a reflection of your "better" GPU -- mine's "only" a mid-range card, a GTX440. As for bumping up the bit level, it sounds nice in theory, but actual project progress is made by finding factors at least effort and eliminating exponents from LL tests. Breadth-first, rather than depth-first, does the best job of that, and most of us find faffing about more expensive than copying and pasting a bit more.
|
|
|
|
|
|
#959 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
22·5·72·11 Posts |
Quote:
I agree with your cost-benefit analysis. Paul |
|
|
|
|
|
|
#960 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101Γ103 Posts
2·4,909 Posts |
|
|
|
|
|
|
#961 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
2·47·101 Posts |
I have found an interesting "feature" (it is probably not a feature of mfaktc, but of CUDA and/or specific CUDA calls... maybe there exists a bypass for it).
1. mfaktc runs fine. It finishes its chunk and stops. 2. you connect to the same computer using remote desktop (in my case from a 32-bit XP console to a 64-bit Win7), replenish worktodo.txt 3. you try to run the binary and you get Code:
$ ./mfaktc-win-64.exe mfaktc v0.17-Win (64bit built) cudaSetDevice(0) failed cudaGetLastError() returned 38: no CUDA-capable device is detected 5. (another detail: to make matters possibly more convoluted, this particular remote connection is over VPN) Is there a way to tell CUDA to query the local hardware, not that of the remote console's? Granted, both computers do some tricks in remote desktop mode: for example, both remote and local printers are available, etc. Same (?) goes for the graphics device(s)? So some expertise in what Windows actually does for implementing remote connection is needed (I don't have any such expertise). Knowledgeable people, please help? P.S. "./mfaktc-win-64.exe -d 1", "-d 2" etc fail all the same Last fiddled with by Batalov on 2011-06-12 at 23:25 |
|
|
|
|
|
#962 |
|
Mar 2003
Melbourne
5×103 Posts |
I've done a bit of googling on this.
Apparently there's no work around for non-tesla cards. The tesla drivers allow this to work. This is using mstsc to remote into the box. Vnc on the other hand works but is incredibly slow. I find the best way is to use mstsc log on the remote box to set things up (cmd window type the command but dont press enter etc...). Then vnc in, just to press enter, make sure it loads, then re-log in with mstsc. -- Craig |
|
|
|
|
|
#963 |
|
Dec 2010
Monticello
5·359 Posts |
possibly write a program that runs in an infinite loop, looking for "xyzzy" in the process table..when it sees it, it launches mfaktc if it's not already also in the process table. Start locally. Xyzzy is just sleep(100) or something.
|
|
|
|
|
|
#964 |
|
"Lucan"
Dec 2006
England
2×3×13×83 Posts |
|
|
|
|
|
|
#965 | |
|
"Mike"
Aug 2002
2×23×179 Posts |
Quote:
53M range. 69 to 70 or 70-71. The sample size is > 9000 tested.
|
|
|
|
|
|
|
#966 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
251616 Posts |
Quote:
My guess is that the other driver is not initiated (lazily, which is I guess usually a good thing), until I would go and login there physically. __________ Xyzzy's fish 1 says: "Rirelbar nyjnlf oynzrf zr, jgs?!" |
|
|
|
|
|
|
#967 | |
|
"Lucan"
Dec 2006
England
2×3×13×83 Posts |
Quote:
was to find new MPs as quickly as possible. Of course, there have been great spinoffs from the venture, which is just as well since a reasonable expectation from now on is one MP per 6 years. I monitor the "Primenet summary" page carefully, and find it a bit sad that most LL assignments get returned unfinished.* If the primary goal is to find another MP asap, TF and P-1 needs to be be done between 53M and 60M for the couple of years the LL wavefront will take to sweep that range. David *Surely if an assignment is returned having had a significant fraction of the work needed performed on it, it would be worthwhile preserving the iteration number and residue, wouln't it? Last fiddled with by davieddy on 2011-06-13 at 06:00 |
|
|
|
|
|
|
#968 | |
|
Dec 2010
Monticello
5×359 Posts |
Quote:
247 attempts, mostly in the 50-60M range, a few from the 80M range. 5 factors. So my original numbers are a bit optimistic, and I can expect to hit a dry spell here as my statistical experience increases. As for unfinished LLs, the issue is probably that positive feedback from the stats page takes at least a week, maybe two or three months, which is a *very* long time in the "instant" internet age. Almost anything else (LL-D, P-1, TF, ECM) is quicker. So is contributing to NSF@home, or, perhaps more practically, folding@home. The dedicated don't mind, but the casual don't have that much patience. I'm working on that patience part even for mfaktc, albeit slowly. |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mfakto: an OpenCL program for Mersenne prefactoring | Bdot | GPU Computing | 1676 | 2021-06-30 21:23 |
| The P-1 factoring CUDA program | firejuggler | GPU Computing | 753 | 2020-12-12 18:07 |
| gr-mfaktc: a CUDA program for generalized repunits prefactoring | MrRepunit | GPU Computing | 32 | 2020-11-11 19:56 |
| mfaktc 0.21 - CUDA runtime wrong | keisentraut | Software | 2 | 2020-08-18 07:03 |
| World's second-dumbest CUDA program | fivemack | Programming | 112 | 2015-02-12 22:51 |