mersenneforum.org  

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

Closed Thread
 
Thread Tools
Old 2013-02-04, 00:09   #375
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23·101 Posts
Default

Quote:
Originally Posted by Chuck View Post
[/CODE]They look OK
One last test.... In the MISFIT repository there is a utility called LLcalcTest. Try that. It represents the absolute basic of windows forms applications.
swl551 is offline  
Old 2013-02-04, 00:14   #376
Chuck
 
Chuck's Avatar
 
May 2011
Orange Park, FL

15658 Posts
Default

Quote:
Originally Posted by swl551 View Post
One last test.... In the MISFIT repository there is a utility called LLcalcTest. Try that. It represents the absolute basic of windows forms applications.
LLCalcTest works OK.
Chuck is offline  
Old 2013-02-04, 00:20   #377
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by Chuck View Post
LLCalcTest works OK.
Ok, so the main form of MISFIT has something your machine cannot tolerate. A corrupt font or DataGridView object.....

If you can capture a crash dump I can try to analyze it.
http://technet.microsoft.com/en-us/s...rnals/dd996900


I also put a utility out there called HelloChuck. It is the MISFIT form with NO code running on the load event. If that crashes you do have a .NET corruption somewhere.
swl551 is offline  
Old 2013-02-04, 00:26   #378
Chuck
 
Chuck's Avatar
 
May 2011
Orange Park, FL

3×5×59 Posts
Default

Quote:
Originally Posted by swl551 View Post
Ok, so the main form of MISFIT has something your machine cannot tolerate. A corrupt font or DataGridView object.....

If you can capture a crash dump I can try to analyze it.
http://technet.microsoft.com/en-us/s...rnals/dd996900


I also put a utility out there called HelloChuck. It is the MISFIT form with NO code running on the load event. If that crashes you do have a .NET corruption somewhere.
Thanks but I've had enough...I'll just have to do without the program.
Chuck is offline  
Old 2013-02-04, 01:20   #379
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by Chuck View Post
Thanks but I've had enough...I'll just have to do without the program.
Chuck, I JUST noticed your post from pages back that had a stack trace.

Please try ONE last thing. Download MISFIT(chucktest).zip and try it out. I put a silent try/catch block around the SysTray event so it may actually run without you seeing the crash.

If it does not work then I agree with you... it is time to stop....

Sorry for all this hassle anyway....
swl551 is offline  
Old 2013-02-04, 02:30   #380
bcp19
 
bcp19's Avatar
 
Oct 2011

7·97 Posts
Default

Quote:
Originally Posted by swl551 View Post
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
I have 4 computers 2 dc 2 ll and wanted to control them from 1 system as they are not in close proximity.
bcp19 is offline  
Old 2013-02-04, 02:44   #381
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

32816 Posts
Default

Quote:
Originally Posted by bcp19 View Post
I have 4 computers 2 dc 2 ll and wanted to control them from 1 system as they are not in close proximity.
Did you see this post. It may be of value to you.
http://mersenneforum.org/showpost.ph...&postcount=364

Please clarify if you must keep the DCTF & LLTF dedicated to specific GPUs or if is OK to commingle the work.
swl551 is offline  
Old 2013-02-04, 05:25   #382
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

2·3·1,693 Posts
Default Possible feature

It has occurred to me to wonder if it would be possible to bias the distribution of staged work (or of balancing) to give more to one instance than another. I ask because I run two instances of mfaktc, one on a GTX 570 and the other on a GTX 460. Obviously, the 570 plows through a lot more work than the 460. Balancing works just fine, except that 570 immediately starts pulling ahead again. I have taken to moving a chunk of assignments from the bottom of the 460 worktodo to the bottom of the 570 worktodo, and setting auto-balance to zero. The 570 runs nearly twice as fast, so giving it 2/3 of the assignments and the 460 1/3 would seem to work out about right (assuming all similar assignments.) I can see that it might get more complicated with more than two instances. Also, diverse assignments would necessarily throw things off unless GHz-days were used as the metric instead of number of lines.

Just a thought. Things are great as they are.
kladner is offline  
Old 2013-02-04, 13:30   #383
Chuck
 
Chuck's Avatar
 
May 2011
Orange Park, FL

3·5·59 Posts
Default

Quote:
Originally Posted by swl551 View Post
Chuck, I JUST noticed your post from pages back that had a stack trace.

Please try ONE last thing. Download MISFIT(chucktest).zip and try it out. I put a silent try/catch block around the SysTray event so it may actually run without you seeing the crash.

If it does not work then I agree with you... it is time to stop....

Sorry for all this hassle anyway....
So should I just run with this test version that works for me? Or is there something that needs to be corrected?
Chuck is offline  
Old 2013-02-04, 13:47   #384
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

14508 Posts
Default

Quote:
Originally Posted by kladner View Post
It has occurred to me to wonder if it would be possible to bias the distribution of staged work (or of balancing) to give more to one instance than another. I ask because I run two instances of mfaktc, one on a GTX 570 and the other on a GTX 460. Obviously, the 570 plows through a lot more work than the 460. Balancing works just fine, except that 570 immediately starts pulling ahead again. I have taken to moving a chunk of assignments from the bottom of the 460 worktodo to the bottom of the 570 worktodo, and setting auto-balance to zero. The 570 runs nearly twice as fast, so giving it 2/3 of the assignments and the 460 1/3 would seem to work out about right (assuming all similar assignments.) I can see that it might get more complicated with more than two instances. Also, diverse assignments would necessarily throw things off unless GHz-days were used as the metric instead of number of lines.

Just a thought. Things are great as they are.
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
swl551 is offline  
Old 2013-02-04, 13:48   #385
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by Chuck View Post
So should I just run with this test version that works for me? Or is there something that needs to be corrected?
If you can... please do as I'm curios if you see other UI issues.. Are you running more than one monitor?
swl551 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:57 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.