app_config Question


Message boards : Number crunching : app_config Question

Message board moderation

To post messages, you must log in.
AuthorMessage
nedmanjo
Avatar

Send message
Joined: 10 Apr 17
Posts: 5
Credit: 10,800,480
RAC: 0
Message 6160 - Posted: 29 Jan 2019, 4:12:28 UTC

Last modified: 29 Jan 2019, 4:28:29 UTC
System configuration: Windows 10, two (2) GTX 1080 FE and two (2) Xeon E5-2697 v2

I'm having some difficulty running both GPU's optimally. Both GPU's have tasks. Only one GPU is running at > 2000 MHz for the full task, the other GPU runs one task at < 139 MHz, practically idle but does appear to be processing the task.

<app_config>
<app>
<name>period_search</name>
<gpu_versions>
<gpu_usage>1.00</gpu_usage>
<cpu_usage>0.25</cpu_usage>
</gpu_versions>
</app>
</app_config>

if I add "<max_concurrent>4</max_concurrent>"

<app_config>
<app>
<name>period_search</name>
<max_concurrent>4</max_concurrent>
<gpu_versions>
<gpu_usage>1.00</gpu_usage>
<cpu_usage>1.00</cpu_usage>
</gpu_versions>
</app>
</app_config>

all CPU's flag "waiting to run", I've never experienced this with other projects.

Would appreciate any insight.
ID: 6160 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile JStateson
Avatar

Send message
Joined: 16 Jan 14
Posts: 17
Credit: 27,413,889
RAC: 18,797
Message 6164 - Posted: 31 Jan 2019, 14:26:22 UTC - in response to Message 6160.  

Last modified: 31 Jan 2019, 14:29:22 UTC
I had this happen on a pair of HD7950. Your situation may be different but what happened was occasionally there was an ATI kernel reset and one of the HD boards did not recover. It was running at minimum freq according to gpuz. I discovered that I could suspend the task and then immediately resume it and that would fix the board that was not running at full speed.

At one time I looked into doing this automatically but I came up with a better cooling arrangement and the kernel resets stopped.
ID: 6164 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
KLiK

Send message
Joined: 3 Apr 14
Posts: 16
Credit: 19,565,682
RAC: 1,808
Message 6578 - Posted: 20 Apr 2020, 11:40:15 UTC - in response to Message 6160.  
System configuration: Windows 10, two (2) GTX 1080 FE and two (2) Xeon E5-2697 v2

I'm having some difficulty running both GPU's optimally. Both GPU's have tasks. Only one GPU is running at > 2000 MHz for the full task, the other GPU runs one task at < 139 MHz, practically idle but does appear to be processing the task.

<app_config>
<app>
<name>period_search</name>
<gpu_versions>
<gpu_usage>1.00</gpu_usage>
<cpu_usage>0.25</cpu_usage>
</gpu_versions>
</app>
</app_config>

if I add "<max_concurrent>4</max_concurrent>"

<app_config>
<app>
<name>period_search</name>
<max_concurrent>4</max_concurrent>
<gpu_versions>
<gpu_usage>1.00</gpu_usage>
<cpu_usage>1.00</cpu_usage>
</gpu_versions>
</app>
</app_config>

all CPU's flag "waiting to run", I've never experienced this with other projects.

Would appreciate any insight.

If you want to do it this way, then you need to do it like this:

<app_config>
<app>
<name>period_search</name>
<max_concurrent>4</max_concurrent>
<gpu_versions>
<gpu_usage>0.25</gpu_usage>
<cpu_usage>0.25</cpu_usage>
</gpu_versions>
</app>
</app_config>


BTW, has anybody been working with app_config setting with their GPUs?
I have several, so would like to know what is the setting for:
- GT 1030
- GT 730
- GTX 1050Ti
- GTX 1650OC

Thanks




non-profit org. Play4Life in Zagreb, Croatia, EU
ID: 6578 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile mikey
Avatar

Send message
Joined: 1 Jan 14
Posts: 300
Credit: 32,214,607
RAC: 8,266
Message 6589 - Posted: 22 Apr 2020, 14:31:20 UTC - in response to Message 6160.  
System configuration: Windows 10, two (2) GTX 1080 FE and two (2) Xeon E5-2697 v2

I'm having some difficulty running both GPU's optimally. Both GPU's have tasks. Only one GPU is running at > 2000 MHz for the full task, the other GPU runs one task at < 139 MHz, practically idle but does appear to be processing the task.

<app_config>
<app>
<name>period_search</name>
<gpu_versions>
<gpu_usage>1.00</gpu_usage>
<cpu_usage>0.25</cpu_usage>
</gpu_versions>
</app>
</app_config>

if I add "<max_concurrent>4</max_concurrent>"

<app_config>
<app>
<name>period_search</name>
<max_concurrent>4</max_concurrent>
<gpu_versions>
<gpu_usage>1.00</gpu_usage>
<cpu_usage>1.00</cpu_usage>
</gpu_versions>
</app>
</app_config>

all CPU's flag "waiting to run", I've never experienced this with other projects.

Would appreciate any insight.


In the 2nd one you are specifying one cpu core for each gpu workunit you run, that's 4 cpu cores, of course your cpu workunits are 'waiting to run' as they are tied up running the gpu workunits.
ID: 6589 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile mikey
Avatar

Send message
Joined: 1 Jan 14
Posts: 300
Credit: 32,214,607
RAC: 8,266
Message 6590 - Posted: 22 Apr 2020, 14:35:28 UTC - in response to Message 6578.  

BTW, has anybody been working with app_config setting with their GPUs?
I have several, so would like to know what is the setting for:
- GT 1030
- GT 730
- GTX 1050Ti
- GTX 1650OC

Thanks


The only way is to try it on your system and see what happens, ie try 2 wu's at once and it is slower or crashes then go back to one wu at a time.

The Forums are only visited by less than 10% of the total users so the chance of finding someone with your specs is small. Most people just sign up and crunch, if it doesn't work they try another Project, if that too doesn't work most give up and stop crunching.
ID: 6590 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
KLiK

Send message
Joined: 3 Apr 14
Posts: 16
Credit: 19,565,682
RAC: 1,808
Message 6591 - Posted: 23 Apr 2020, 17:04:24 UTC - in response to Message 6590.  

BTW, has anybody been working with app_config setting with their GPUs?
I have several, so would like to know what is the setting for:
- GT 1030
- GT 730
- GTX 1050Ti
- GTX 1650OC

Thanks


The only way is to try it on your system and see what happens, ie try 2 wu's at once and it is slower or crashes then go back to one wu at a time.

The Forums are only visited by less than 10% of the total users so the chance of finding someone with your specs is small. Most people just sign up and crunch, if it doesn't work they try another Project, if that too doesn't work most give up and stop crunching.

Well, it worked for some time & then one app crashed & got stuck with several hours in perpetual motion. Maybe someone can fix the app, so we can run 2 at a time.

As this is what it means to run a single WU:


& when the 2 of WUs are run on same card, it's constantly 10-15% under stress. & that's only 1030 you see here.
So imagine how 1050Ti or 1650OC are "free" for work... ?




non-profit org. Play4Life in Zagreb, Croatia, EU
ID: 6591 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
KLiK

Send message
Joined: 3 Apr 14
Posts: 16
Credit: 19,565,682
RAC: 1,808
Message 6595 - Posted: 25 Apr 2020, 9:51:15 UTC
Actually, why can't we see pictures on the forum?

With only 1WU at a time, GPU works like 30% of the time from 0% to 15%.
With 2WUs at a time, GPU works constantly from 5-15% of the time.
(observation have been done on 1030GT card)
?




non-profit org. Play4Life in Zagreb, Croatia, EU
ID: 6595 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile mikey
Avatar

Send message
Joined: 1 Jan 14
Posts: 300
Credit: 32,214,607
RAC: 8,266
Message 6605 - Posted: 26 Apr 2020, 20:24:41 UTC - in response to Message 6595.  

Last modified: 26 Apr 2020, 20:28:22 UTC
Actually, why can't we see pictures on the forum? ?


My guess would be because they are using an older version of the software and it doesn't support them. Or it could because you used a png extension and it doesn't support those, your signature is a gif file and it shows.

Try it this way instead:

https://i.imgur.com/4brOg6t.png
ID: 6605 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ProDigit

Send message
Joined: 8 Nov 19
Posts: 15
Credit: 3,200,160
RAC: 0
Message 6618 - Posted: 28 Apr 2020, 0:04:12 UTC
Currently, my RTX 2070 Super and 2080 Ti is running at full capacity, using GPU = 1 and CPU = 0.25.

The new WUs might have fixed the low GPU usage.

If a 2070 Super and 2080 Ti can be utilized 100%, a 1030 should as well.
ID: 6618 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : app_config Question