mersenneforum.org  

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

Closed Thread
 
Thread Tools
Old 2013-02-04, 14:18   #386
Chuck
 
Chuck's Avatar
 
May 2011
Orange Park, FL

11011101012 Posts
Default

Quote:
Originally Posted by swl551 View Post
If you can... please do as I'm curios if you see other UI issues.. Are you running more than one monitor?
No, one 27" monitor. The UI is slightly overlaying the totals line as you see.
Attached Thumbnails
Click image for larger version

Name:	Shot0001.gif
Views:	75
Size:	49.4 KB
ID:	9247  
Chuck is offline  
Old 2013-02-04, 14:22   #387
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by Chuck View Post
No, one 27" monitor. The UI is slightly overlaying the totals line as you see.
That is totally bizarre...Are you sure you don't have some utility that attaches to forms and "does something"
swl551 is offline  
Old 2013-02-04, 14:24   #388
Chuck
 
Chuck's Avatar
 
May 2011
Orange Park, FL

3·5·59 Posts
Default

Quote:
Originally Posted by swl551 View Post
That is totally bizarre...Are you sure you don't have some utility that attaches to forms and "does something"
No, nothing special here.
Chuck is offline  
Old 2013-02-04, 14:32   #389
Chuck
 
Chuck's Avatar
 
May 2011
Orange Park, FL

3·5·59 Posts
Default

I am getting this STALL warning. I have a number of exponents in the original worktodo file and am letting them clear out manually.

How does this utility know the name of the worktodo file that I am using for mfaktc? Does it read my mfaktc configuration file?
Attached Thumbnails
Click image for larger version

Name:	Shot0001.gif
Views:	71
Size:	57.7 KB
ID:	9248  
Chuck is offline  
Old 2013-02-04, 16:02   #390
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23·101 Posts
Default

Quote:
Originally Posted by Chuck View Post
I am getting this STALL warning. I have a number of exponents in the original worktodo file and am letting them clear out manually.

How does this utility know the name of the worktodo file that I am using for mfaktc? Does it read my mfaktc configuration file?
worktodo.txt and results.txt must be named as stated and in the same directory as mfatkc. checkpoint files are created by mfaktc and are in the same directory as mfaktc. mfatkc.ini determines if checkpoint files are enabled (are by default) at 30 second interval.

You have NO work and a stall warning. So either mfaktc is no longer running or you don't have the configuration as stated above.

Last fiddled with by swl551 on 2013-02-04 at 16:05
swl551 is offline  
Old 2013-02-04, 16:16   #391
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23×271 Posts
Default

Or you have worktodo.txt somewhere else specified in mfaktc?
kracker is offline  
Old 2013-02-04, 16:22   #392
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

966410 Posts
Default

I usually keep my all worktodo's together, and they are named like "worktodo_DCTF.txt", "worktodo_332M.txt", etc. and select them from the mfaktc.ini, depending on my mood (what kinda work I want to do). Does that mean I can't use Misfit?

(I like the scimitar in your logo, however )

Last fiddled with by LaurV on 2013-02-04 at 16:24
LaurV is offline  
Old 2013-02-04, 16:30   #393
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

100111101011102 Posts
Default

Quote:
Originally Posted by swl551 View Post
Kladner that is a pretty tall order and not simple. I can only do simple... My recommendation is increase the threshold when a workbalance occurs. Remember the goal of the workbalancer is to make sure no worker runs out of work between reloads and it definately does that nicely.

Sorry.

However I'm glad you are happy with how everything else works!

Scott
Hey Scott,

Nothing to be sorry for! You've gone above and beyond many times over already. My grasp of what an idea would entail to implement is next to nil. Besides, I'd get bored if there wasn't something for me to mess with by hand. MISFIT is marvel as it is. I don't want to tarnish that in any way. Believe me, it was just a "what if" moment from someone for whom just about all coding might as well be magic.

Thanks for everything from a happy user!
Kieren
kladner is offline  
Old 2013-02-04, 16:40   #394
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

87816 Posts
Default

Quote:
Originally Posted by kladner View Post
Thanks for everything from a happy user!
Kieren
+1.
kracker is offline  
Old 2013-02-04, 16:53   #395
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

80810 Posts
Default

Quote:
Originally Posted by LaurV View Post
I usually keep my all worktodo's together, and they are named like "worktodo_DCTF.txt", "worktodo_332M.txt", etc. and select them from the mfaktc.ini, depending on my mood (what kinda work I want to do). Does that mean I can't use Misfit?

(I like the scimitar in your logo, however )
LaurV your config requirements would require product adjustments. Just not something I ca. Whip up. maybe a future release will read from mfaktx.ini files......maybe...


EDIT: Actually I won't be adding reading of mfaktx.ini files. The goal of MISFIT is to normalize/simplify,standardize your configuration so you don't have to do things like naming files "worktodo_DCTF.txt", "worktodo_332M.txt". I have no complaint that you like things distinct and customized, but not the direction I'm taking MISFIT.

sorry

Last fiddled with by swl551 on 2013-02-04 at 17:07 Reason: additional comments
swl551 is offline  
Old 2013-02-04, 17:12   #396
Chuck
 
Chuck's Avatar
 
May 2011
Orange Park, FL

3×5×59 Posts
Default

Quote:
Originally Posted by swl551 View Post
worktodo.txt and results.txt must be named as stated and in the same directory as mfatkc. checkpoint files are created by mfaktc and are in the same directory as mfaktc. mfatkc.ini determines if checkpoint files are enabled (are by default) at 30 second interval.

You have NO work and a stall warning. So either mfaktc is no longer running or you don't have the configuration as stated above.
I would have to make some adjustments...I am running GIMPS and GPU72 in the same directory, using worktodo.txt for GIMPS and GPUworktodo.txt for GPU72.

I am hesitant to start making changes since this program as released is not working correctly on my system (UI overlaying, program as released won't run),
Chuck 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:49.


Fri Aug 6 21:49:56 UTC 2021 up 14 days, 16:18, 1 user, load averages: 2.51, 2.44, 2.48

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.