| Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
| World Community Grid Forums
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 41
|
|
| Author |
|
|
John Fontanella
Cruncher Joined: Nov 28, 2012 Post Count: 13 Status: Offline Project Badges:
|
Hey Ya'll,
I recently upgraded to a Radeon 7970 and on every single work unit it get to about 50% and then stop and wait then it will get to the end and stop and wait. Does anyone have any idea how to fix it? I am runing WCG. In my amd catalyst center I can tell that the video card is simply not being used at all when it stops John |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Hello John Fontanella and welcome to WCG.
I suppose that the WU (work-unit) you are referring to is an HCC project WU for the GPU. If so, we need more input data from your end about the behaviour of that WU. To start things off... 1] Does the WU ever complete? In any case, what does the elapsed-time (under BOINC) for the WU indicate? ; ; andzgridPost#843 ; |
||
|
|
petehardy
Senior Cruncher USA Joined: May 4, 2007 Post Count: 318 Status: Offline Project Badges:
|
What you're describing is normal behavior for HCC GPU WUs.
----------------------------------------![]() "Patience is a virtue", I can't wait to learn it! |
||
|
|
branjo
Master Cruncher Slovakia Joined: Jun 29, 2012 Post Count: 1892 Status: Offline Project Badges:
|
Hello John,
----------------------------------------As petehardy wrote, it is normal behaviour for HCC1 GPU WU's. Every WU has 4 points at 0%, 49.707%, 50% and 99.707% on which GPU stops and WU is proceeded on CPU. If you wish to minimize GPU idle time, you can use app_config.xml file which allows running multiple concurrent tasks, thus there is always some of them running on GPU when some others are ran by CPU when they reach a.m. points. Search this forums for app_config for getting idea what it is about and how it is works and if you will have any further questions do not hesitate to ask Cheers ![]() ![]() Crunching@Home since January 13 2000. Shrubbing@Home since January 5 2006 ![]() |
||
|
|
John Fontanella
Cruncher Joined: Nov 28, 2012 Post Count: 13 Status: Offline Project Badges:
|
Well, I found the place to put my app_config. I put it in the correct folder, but I don't notice a change in the number of gpu tasks going on... please help
<app_config> <app> <name>hcc1</name> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> <app> <name>dsfl</name> <max_concurrent>8</max_concurrent> </app> <app> <name>dddt2</name> <max_concurrent>8</max_concurrent> </app> <app> <name>sn2s</name> <max_concurrent>8</max_concurrent> </app> <app> <name>gfam</name> <max_concurrent>8</max_concurrent> </app> <app> <name>c4cw</name> <max_concurrent>8</max_concurrent> </app> <app> <name>faah</name> <max_concurrent>8</max_concurrent> </app> <app> <name>hpf2</name> <max_concurrent>8</max_concurrent> </app> <app> <name>beta</name> <max_concurrent>17</max_concurrent> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> <app> <name>beta3</name> <max_concurrent>17</max_concurrent> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> <app> <name>beta5</name> <max_concurrent>17</max_concurrent> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> <app> <name>beta7</name> <max_concurrent>17</max_concurrent> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> <app> <name>beta10</name> <max_concurrent>17</max_concurrent> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> <app> <name>beta11</name> <max_concurrent>17</max_concurrent> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> <app> <name>beta12</name> <max_concurrent>17</max_concurrent> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> <app> <name>beta13</name> <max_concurrent>17</max_concurrent> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> <app> <name>beta14</name> <max_concurrent>17</max_concurrent> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> <app> <name>beta15</name> <max_concurrent>17</max_concurrent> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> <app> <name>beta17</name> <max_concurrent>17</max_concurrent> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> <app> <name>beta18</name> <max_concurrent>17</max_concurrent> <gpu_versions> <gpu_usage>.083333</gpu_usage> <cpu_usage>.25</cpu_usage> </gpu_versions> </app> </app_config> /max_concurrent><gpu_versions><gpu_usage>.083333</gpu_usage><cpu_usage>.25</cpu_usage></gpu_versions></app></app_config> |
||
|
|
nanoprobe
Master Cruncher Classified Joined: Aug 29, 2008 Post Count: 2998 Status: Offline Project Badges:
|
What version of BOINC are you using? Are you sure you put it into the right folder? It goes into the WCG project folder which is hidden by default.
----------------------------------------
In 1969 I took an oath to defend and protect the U S Constitution against all enemies, both foreign and Domestic. There was no expiration date.
----------------------------------------![]() ![]() [Edit 1 times, last edit by nanoprobe at Feb 2, 2013 1:39:51 AM] |
||
|
|
John Fontanella
Cruncher Joined: Nov 28, 2012 Post Count: 13 Status: Offline Project Badges:
|
7.0.28 and I put it in the correct file. It re downloaded a bunch of work units and I did not receive any error messages
|
||
|
|
deltavee
Ace Cruncher Texas Hill Country Joined: Nov 17, 2004 Post Count: 4894 Status: Offline Project Badges:
|
Did you exit Boinc Manager and restart it?
|
||
|
|
John Fontanella
Cruncher Joined: Nov 28, 2012 Post Count: 13 Status: Offline Project Badges:
|
Yes, I restarted the computer
|
||
|
|
John Fontanella
Cruncher Joined: Nov 28, 2012 Post Count: 13 Status: Offline Project Badges:
|
I am assuming that I should see a couple of work units that say (1ati + 1cpu)? Is that correct?
|
||
|
|
|