mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet > MISFIT

Closed Thread
 
Thread Tools
Old 2013-02-01, 20:49   #353
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23×271 Posts
Default

Quote:
Originally Posted by swl551 View Post
U must agree to try breaking it, not just letting it run.


EDIT: if i shred it using my secure shredder to nothingness, does that count?

Last fiddled with by kracker on 2013-02-01 at 20:54
kracker is offline  
Old 2013-02-01, 21:22   #354
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

14508 Posts
Default

Quote:
Originally Posted by kracker View Post


EDIT: if i shred it using my secure shredder to nothingness, does that count?
as long As there are no unhandled exceptions or crashes the the test is a success!
swl551 is offline  
Old 2013-02-01, 22:25   #355
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

11001010002 Posts
Default

Quote:
Originally Posted by kladner View Post
I did not see that string. I attached the log files so you can look them over.
Looks good!
swl551 is offline  
Old 2013-02-01, 23:57   #356
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23·101 Posts
Default Auto Config Work Settings

Might help new folks get setup more easily.
Attached Thumbnails
Click image for larger version

Name:	autoconfig.PNG
Views:	85
Size:	56.2 KB
ID:	9229  
swl551 is offline  
Old 2013-02-02, 14:54   #357
bcp19
 
bcp19's Avatar
 
Oct 2011

12478 Posts
Default

If you have machines running both DC and LL TF work, do you need 2 instances of MISFIT running or can 1 handle it?
bcp19 is offline  
Old 2013-02-02, 15:08   #358
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by bcp19 View Post
If you have machines running both DC and LL TF work, do you need 2 instances of MISFIT running or can 1 handle it?
Your environment can be handled by one instance but there are limitations if you want to keep the type of work segregated by instances. (to prevent cross pollination of work)

**With two physical machines just run MISFIT on each machine and cross pollination won't be an issue at all.**

**With one physical machine running two mfaktX instances then you will have to do work fetching and adding of work manually and directly into the desired WorkToDo.txt files.** (this can be done by the CLI Gpu72WorkFetcher.exe utility using different configuration files and executing via Windows Scheduler (or whatever))

If cross pollination of work is not an issue then there are no restrictions on MISFIT's implementation.

Feel free to clarify any restrictions/conditions you have in your environment that might produce a different option.

Also the Gpu72WorkFetcher.exe utility can use both the LLTF and the DCTF urls so you can fetch either type of work.

Thanks

Last fiddled with by swl551 on 2013-02-02 at 15:14
swl551 is offline  
Old 2013-02-02, 17:55   #359
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23·101 Posts
Default 2.4.0 official release with native GPU72 work fetching

Finally.... the long awaited......Version 2.4.0


1. Full integration of GPU72 Work Fetching including Fallback feature.
If fallback is configured and GPU72 responds to your work request with:
***No assignments available which match your criteria.**
MISFIT will override your configured settings with defaults and re-request work. This is to ENSURE you never run out of work.


2. Moved GIMPS work fetch out of GIOM and directly into main MISFIT functions. Much cleaner implementation and now GIMPS and GPU72 fetching follow identical IO and transformation functions.


3. Added a Work Calculator to the Work Fetch Menu. Designed to help you configure MISFIT so you don't run out of work!

4. Added a FORCE work balance menu item that will execute a full re-balance regardless of if needed. The benefit is that the duplicate exponent tosser is also forced to run. Mostly a diagnostic type of feature.

5. Directory GIOM_LOGS deprecated, but not removed, and is replaced with WEB_LOGS


6. Changed the determination of when to fetch work from the number of rows in MISFITworkToDo.txt to the calculation of GhDz remaining in said file. This provides a much better method for calibrating the balance between work consumption and work fetching. This should help you in determining if you are fetching work in suitable quantities to have a several day reserve. [hint hint, several day reserve!] Use the Work Calculator to assist in finding the right configuration settings.


7. Added file-locking to all I/O scenarios where MISFITworkToDo.txt is involved. A few conditions didn't have locking and that was OK when it was only possible to load the MISFITworkToDo.txt via the UI. Now with randomly timed fetching threads adding work to the file it was at risk of an un-handled IO collision.


8.Added LLDC stats to the Leaderboard

9. Added option to email Global Work Stats prior to Auto Results Uploading
MISFIT Global Work Status Report
****** REMAINING WORK INFORMATION ******
GhDzToDo:2,138.949
ExpRows:119
StgdRows:72
StgdGhDz:554.715
****** COMPLETED WORK INFORMATION ******
GhDzDone:346.121
ExpsDone:83
FactorsFound:1
ResultBytes:6403

10. Improved the the usage of the Remote Control Panel.


11. An improvement to the encryption key generation was done which will make MISFIT unable to decrypt your existing version 2.3.x SMTP, GIMPS passwords. Once re-encrypted with 2.4.x you cannot go back to 2.3.x without reconfiguration. Backup your MISFITconfig.txt if you before running 2.4.x.

12. Cleaned up Operations menu by removing items that already have buttons on the main form.

MANY thanks to
Flashjh
Kladner
Kracker
JMLMX
and of course Mr. GPU72 himself Chalsall


GET FROM http://mersenneforum.org/misfit/
Attached Thumbnails
Click image for larger version

Name:	workCalc.PNG
Views:	60
Size:	33.7 KB
ID:	9232  

Last fiddled with by swl551 on 2013-02-02 at 17:58
swl551 is offline  
Old 2013-02-02, 18:04   #360
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2·67·73 Posts
Default

Thanks Scott.

This has come a very long way very quickly, and is filling a needed void.

Very nice work!
chalsall is online now  
Old 2013-02-03, 00:14   #361
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23×271 Posts
Default

One BIG thing I did not notice and only noticed when it was uploading results:
I can't select from LL or DC TF work in GPU72.

Other than that.... wow thanks. misfit has reduced manual work so much... I haven't assigned or managed my "sessions" manually for weeks, MISFIT is doing it all!
kracker is offline  
Old 2013-02-03, 00:25   #362
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by kracker View Post
One BIG thing I did not notice and only noticed when it was uploading results:
I can't select from LL or DC TF work in GPU72.

Other than that.... wow thanks. misfit has reduced manual work so much... I haven't assigned or managed my "sessions" manually for weeks, MISFIT is doing it all!
Future addition.

As a work around you can configure the external fetcher to point to the DCTF url and within MISFIT switch the source to GPU72 when fetching TF, or EXTERNAL when fetching DCTF.

Last fiddled with by swl551 on 2013-02-03 at 00:46
swl551 is offline  
Old 2013-02-03, 01:52   #363
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23×271 Posts
Default

Quote:
Originally Posted by swl551 View Post
Future addition.

As a work around you can configure the external fetcher to point to the DCTF url and within MISFIT switch the source to GPU72 when fetching TF, or EXTERNAL when fetching DCTF.
Ok, thanks
kracker is offline  
Closed Thread

Thread Tools


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

All times are UTC. The time now is 21:50.


Fri Aug 6 21:50:00 UTC 2021 up 14 days, 16:18, 1 user, load averages: 2.87, 2.51, 2.51

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.