Deprecated: Function get_magic_quotes_gpc() is deprecated in /disks/centurion/b/carolyn/b/home/boincadm/projects/beta/html/inc/util.inc on line 663
New BOINC feature - Application Configuration

New BOINC feature - Application Configuration

Message boards : SETI@home Enhanced : New BOINC feature - Application Configuration
Message board moderation

To post messages, you must log in.

AuthorMessage
Richard Haselgrove
Volunteer tester

Send message
Joined: 3 Jan 07
Posts: 1451
Credit: 3,272,268
RAC: 0
United Kingdom
Message 44502 - Posted: 11 Dec 2012, 15:32:25 UTC

This just in - new in BOINC v7.0.40/.41

May I draw testers' attention to http://boinc.berkeley.edu/wiki/Client_configuration#Application_configuration

Very new, very experimental, not very well documented - but hey, you testers are all intelligent people, you'll be able to work it out for yourselves, I'm sure.

What we've found is that you can use the

<gpu_usage>0.xx</gpu_usage>

tag on its own (without using a <max_concurrent> tag at all), and it functions - empirically - as a <count> specification for GPU apps.

That wasn't the intended purpose, of course, and like all new and experimental features it'll be subject to change - but in this form it's ideal for testing here. There are some people who go though all the trouble of writing their own app_info.xml file, just so that they can run multiple instances on a GPU. In the process, they lose the automatic downloading of new application versions as they are released for testing - and may find themselves still running an old version which has been withdrawn because bugs have been found.

This new facility gives you the best of both worlds - finer control over BOINC's application scheduling, while keeping stock application downloads. And it'll save Eric the hassle of copying Einstein's server-managed <count> preference control - the two work together, I've tested that too.
ID: 44502 · Report as offensive
Profile Raistmer
Volunteer tester
Avatar

Send message
Joined: 18 Aug 05
Posts: 2423
Credit: 15,878,738
RAC: 0
Russia
Message 44506 - Posted: 12 Dec 2012, 7:30:20 UTC
Last modified: 12 Dec 2012, 7:30:40 UTC

<app_config>
   <app>
      <name>uppercase</name>
      <max_concurrent>1</max_concurrent>
      <gpu_versions>
          <gpu_usage>.5</gpu_usage>
          <cpu_usage>.4</cpu_usage>
      </gpu_versions>
    </app>
</app_config>


Cause you already passed some way on this road could you share example of your own app_config.
For example, what is <name>uppercase</name>: setiathome_v7 ? (for MultiBeam V7 tasks on beta)
And cause "uppercase" should it be SETIATHOME_V7 ?
ID: 44506 · Report as offensive
Richard Haselgrove
Volunteer tester

Send message
Joined: 3 Jan 07
Posts: 1451
Credit: 3,272,268
RAC: 0
United Kingdom
Message 44507 - Posted: 12 Dec 2012, 10:09:37 UTC - in response to Message 44506.  

Cause you already passed some way on this road could you share example of your own app_config.
For example, what is <name>uppercase</name>: setiathome_v7 ? (for MultiBeam V7 tasks on beta)
And cause "uppercase" should it be SETIATHOME_V7 ?

No, 'uppercase' is just an example of a name - the uppercase application is BOINC's equivalent of the "Hello World" program for new BOINC server operators.

Just use the same name as you would put in app_info.xml for the same app/project - you can read it from client_state.xml if you aren't running anonymous platform.
ID: 44507 · Report as offensive
Profile Raistmer
Volunteer tester
Avatar

Send message
Joined: 18 Aug 05
Posts: 2423
Credit: 15,878,738
RAC: 0
Russia
Message 44785 - Posted: 7 Jan 2013, 1:18:54 UTC
Last modified: 7 Jan 2013, 1:20:03 UTC

http://clip2net.com/s/2Gh06
Working just as should. It's ideal for making GPU busy with stock Brook+ APv6

app_config.xml was:
<app_config>
   <app>
      <name>astropulse_v6</name>
      <max_concurrent>4</max_concurrent>
      <gpu_versions>
          <gpu_usage>0.1</gpu_usage>
	<cpu_usage>0.1</cpu_usage>
      </gpu_versions>
    </app>
</app_config>
ID: 44785 · Report as offensive
TRuEQ & TuVaLu
Volunteer tester
Avatar

Send message
Joined: 28 Jan 11
Posts: 619
Credit: 2,580,051
RAC: 0
Sweden
Message 44786 - Posted: 7 Jan 2013, 5:29:57 UTC
Last modified: 7 Jan 2013, 5:31:19 UTC

Any luck in getting an option for cal_ati marked/unmarked in seti/setiBeta prefs?
The app is still in mix with ordinary asteopulse tasks.

And you have your example using 0.1cpu
Doesn't the app use 1.0cpu each?
ID: 44786 · Report as offensive
Profile Raistmer
Volunteer tester
Avatar

Send message
Joined: 18 Aug 05
Posts: 2423
Credit: 15,878,738
RAC: 0
Russia
Message 44787 - Posted: 7 Jan 2013, 11:18:08 UTC - in response to Message 44786.  

Any luck in getting an option for cal_ati marked/unmarked in seti/setiBeta prefs?

It's qustion to Eric.
Actually, we should never send hybrid AP to hosts that OpenCL capable. Only to CAL-only hosts.


The app is still in mix with ordinary asteopulse tasks.

And you have your example using 0.1cpu
Doesn't the app use 1.0cpu each?

Real GPU and CPU usage % will depend on relative speeds of particular CPU and GPU.
For example, for C-60 APU mean GPU usage ~10% (averaged on 1/5 of low-blanked task).

For HD6950 host I use anothr app_config.xml now:

This one + 75% CPU usage allows to run with 1 OpenCL app and free CPU core to make OpenCL app fast.
But for hybrid AP this config is artifical. As I already said "in wild" hybrid AP should never run togethr with OpenCL app. So, to allow better GPU load CPU should be overcommitted. Hence low cpu_usage fraction and low GPU usage fraction. Just to allow few tasks run together.
ID: 44787 · Report as offensive
TRuEQ & TuVaLu
Volunteer tester
Avatar

Send message
Joined: 28 Jan 11
Posts: 619
Credit: 2,580,051
RAC: 0
Sweden
Message 44788 - Posted: 7 Jan 2013, 15:41:50 UTC - in response to Message 44787.  
Last modified: 7 Jan 2013, 15:42:15 UTC

Any luck in getting an option for cal_ati marked/unmarked in seti/setiBeta prefs?

It's qustion to Eric.
Actually, we should never send hybrid AP to hosts that OpenCL capable. Only to CAL-only hosts.


The app is still in mix with ordinary asteopulse tasks.

And you have your example using 0.1cpu
Doesn't the app use 1.0cpu each?

Real GPU and CPU usage % will depend on relative speeds of particular CPU and GPU.
For example, for C-60 APU mean GPU usage ~10% (averaged on 1/5 of low-blanked task).

For HD6950 host I use anothr app_config.xml now:

This one + 75% CPU usage allows to run with 1 OpenCL app and free CPU core to make OpenCL app fast.
But for hybrid AP this config is artifical. As I already said "in wild" hybrid AP should never run togethr with OpenCL app. So, to allow better GPU load CPU should be overcommitted. Hence low cpu_usage fraction and low GPU usage fraction. Just to allow few tasks run together.


Ok

It feels a bit a waste of GPU usage for my 5850 to run more cal_ati tasks.
It works fine with driver 12.3
As you say only non Open CL and cal supported cards should get the cal_ati tasks.
ID: 44788 · Report as offensive
TRuEQ & TuVaLu
Volunteer tester
Avatar

Send message
Joined: 28 Jan 11
Posts: 619
Credit: 2,580,051
RAC: 0
Sweden
Message 45019 - Posted: 16 Feb 2013, 18:45:57 UTC
Last modified: 16 Feb 2013, 18:51:32 UTC

i'll run 8 more cal_ati tasks.
I'll run them(2-3 at a time)(using app_config.xml) together with 1-2 SETI ap and 1 Moowrap task on(3gpu's(multi=1))(and exclude gpu 0,2) on the Moowrap task to use all 3 gpu's for 1 moowrap task.
This multi gpu rig is kind of fun. :)

http://setiweb.ssl.berkeley.edu/beta/results.php?hostid=62304

1'st is almost complete.

How many more do you need?
ID: 45019 · Report as offensive
TRuEQ & TuVaLu
Volunteer tester
Avatar

Send message
Joined: 28 Jan 11
Posts: 619
Credit: 2,580,051
RAC: 0
Sweden
Message 45021 - Posted: 16 Feb 2013, 19:08:34 UTC
Last modified: 16 Feb 2013, 19:09:47 UTC

After more close study of the gpu usage of my current configuration.

I see the Moowrap task isn't allowed much of Gpu time from the Gpu's running cal_ati tasks.
When running SETI Beta tasks moowrap gets more gpu time from the seti ap gpu's.
I guess that is the way of the Brook programming.
It's no big deal, just an observation, the cal_ati functions very well even with other tasks running on the gpu's.

Removing -hp from the cal_ati tasks increased the Moowrap gpu usage...
ID: 45021 · Report as offensive
TRuEQ & TuVaLu
Volunteer tester
Avatar

Send message
Joined: 28 Jan 11
Posts: 619
Credit: 2,580,051
RAC: 0
Sweden
Message 45034 - Posted: 17 Feb 2013, 18:50:04 UTC
Last modified: 17 Feb 2013, 18:51:38 UTC

Here are some fresh tasks runned with app_config.xml
2 tasks on each gpu alternating with Seti Main ap tasks on 2-3 Gpu's

http://setiweb.ssl.berkeley.edu/beta/results.php?hostid=62304

No problems detected.
ID: 45034 · Report as offensive

Message boards : SETI@home Enhanced : New BOINC feature - Application Configuration


 
©2023 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.