![]() |
|
|
#155 |
|
Romulan Interpreter
Jun 2011
Thailand
23×419 Posts |
[thinking] It may be the time for me to start testing this toy... [/thinking]
Can I fetch a TF assignment from GIMPS, modify the bitlevels in the worktodo file (to make mfaktc to TF few bits higher, this is what the interface snip shows in your picture), do all the work, and report the result only once, at the end? (I mean, for each exponent, don't report the intermediary work until the 73rd bit is done, otherwise I lose the assignment after primenet's bitlevel is done). Or stop auto reporting and do the report manually, at the end, I won't mind to write a batch to do that. If we can do this, then the gpu72 won't be necessary anymore. Otherwise, I may wait until your program can cope with chalsall's toys. I mean auto fetch from gpu72. Last fiddled with by LaurV on 2013-01-07 at 03:58 |
|
|
|
|
#156 | |
|
Aug 2012
New Hampshire
23×101 Posts |
Quote:
A note on the reporting of completed assignments. If you have Stages=1 in your mfaktX.ini MISFIT may report intermediate results depending on the timing of the results upload. You can turn off auto-results uploading and do it manually if you prefer. Also I could code to not report intermediate results, but it requires some overhead in determining what to export. Not a big deal except that it increase chance of IO collision with results, workToDo and mfaktC. MISFIT and MFAKTO both implemented the .LCK file-locking system to prevent IO collisions, MFAKTC has not. When MFAKTC does implement file-locking the risk of collision will be gone. Reporting of intermediate results has never caused me a problem since the next upload will complete the range and the chance of someone getting the same exponent from GIMPS is very low in the few hours between uploads. If that not tolerable or ideal consider it a limitations for now. FLASHJH may have additional insight on this and he is the heavy hitter in the MISFIT community. See additional screenshot covering results uploading and stalled process detection. Last fiddled with by swl551 on 2013-01-07 at 04:47 |
|
|
|
|
|
#157 | |
|
"Jerry"
Nov 2011
Vancouver, WA
112310 Posts |
Quote:
Seems to be perfect, thanks again. |
|
|
|
|
|
#158 | |
|
Aug 2012
New Hampshire
11001010002 Posts |
Quote:
Code:
if (P.ExitCode != 0)
PopSafeErrorForm(P.StartInfo.FileName + " returned error " + P.ExitCode.ToString());
|
|
|
|
|
|
#159 |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
Cool. No big deal as long as we're not trying to use the exit code, but I'll look at the exit codes later.
|
|
|
|
|
#160 |
|
Aug 2012
New Hampshire
23·101 Posts |
2.3.0 beta 3 with Full Work Fetch is ready for closed beta. Please contact me directly for a copy.
|
|
|
|
|
#161 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
Well, the point of GPU272 was to distribute lower-than-accessible-from-PrimeNet expos for TF by quick workers. Auto-assignment was never the goal. I'd thus argue that even with autofetch-from-GIMPS, it would still be a good thing to mix in some GPU272 exponents in there.
Of course, is MISFIT could auto fetch from GPU272, that would be supremely awesome...
|
|
|
|
|
#162 |
|
"Mr. Meeseeks"
Jan 2012
California, USA
87816 Posts |
|
|
|
|
|
#163 | |
|
Aug 2012
New Hampshire
23×101 Posts |
Quote:
Beyond that there is nothing more I can do. |
|
|
|
|
|
#164 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
722110 Posts |
Well... as a suggestion for chalsall, if you merely implemented the same API as PrimeNet (perhaps with a few less restrictions w.r.t. things like HWID, GUID, etc.), then it should be almost trivial for swl551 to implement GPU272 autofetch (perhaps almost as simple as `sed -e s/http:\/\/v5.mersenne.org\//http:\/\/gpu72.com\//g`
). And it should be fairly easy (relatively) for you to implement such an interface, since you've already done the interface part (not the backend) for the Prime95 proxy.
|
|
|
|
|
#165 | ||
|
Aug 2012
New Hampshire
23·101 Posts |
Quote:
Can you point me to documentation on Quote:
Last fiddled with by swl551 on 2013-01-08 at 00:45 |
||
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| questions about misfit | jschwar313 | MISFIT | 1 | 2016-02-02 00:32 |
| Help with Misfit | TheMawn | MISFIT | 18 | 2015-06-21 22:00 |
| Misfit feature request. | Aramis Wyler | MISFIT | 15 | 2015-03-04 21:13 |
| MISFIT 2.9 | swl551 | MISFIT | 44 | 2014-12-15 12:46 |
| MISFIT for MFAKTx | swl551 | MISFIT | 186 | 2014-02-05 23:27 |