Welcome to MilkyWay@home

milkyway_separation 1.46 Linux x86_64 double OpenCL

Questions and Answers : Preferences : milkyway_separation 1.46 Linux x86_64 double OpenCL
Message board moderation

To post messages, you must log in.

AuthorMessage
Skip Da Shu
Avatar

Send message
Joined: 11 Apr 08
Posts: 81
Credit: 57,755,743
RAC: 0
Message 75166 - Posted: 20 Mar 2023, 9:08:19 UTC

milkyway_separation 1.46 Linux x86_64 double OpenCL

Can somebody tell me what the 'short name' is for this app or where to find it? I'm after the name that goes into an app_config.xml file.

Thanx, Skip
ID: 75166 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Skip Da Shu
Avatar

Send message
Joined: 11 Apr 08
Posts: 81
Credit: 57,755,743
RAC: 0
Message 75167 - Posted: 20 Mar 2023, 9:11:31 UTC - in response to Message 75166.  

As long as I'm begging...

Anybody want to share an app_config.xml for MW roughly appropriate for a 8 core CPU box with an AMD RX 580 card? I've next to no experience with these.

Again Thanx, Skip
ID: 75167 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Keith Myers
Avatar

Send message
Joined: 24 Jan 11
Posts: 708
Credit: 543,087,156
RAC: 144,234
Message 75170 - Posted: 20 Mar 2023, 16:03:48 UTC - in response to Message 75166.  
Last modified: 20 Mar 2023, 16:06:17 UTC

You can always look in your client_state.xml file for the app_name.
ID: 75170 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile alk44
Avatar

Send message
Joined: 2 Mar 20
Posts: 131
Credit: 316,115,493
RAC: 31,015
Message 75174 - Posted: 21 Mar 2023, 2:49:32 UTC - in response to Message 75167.  

You can try,

<app_config>
<app>
<name>milkyway</name>
<gpu_versions>
<gpu_usage>0.25</gpu_usage>
<cpu_usage>0.25</cpu_usage>
</gpu_versions>
</app>
</app_config>
ID: 75174 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile mikey
Avatar

Send message
Joined: 8 May 09
Posts: 3319
Credit: 520,280,166
RAC: 19,500
Message 75176 - Posted: 21 Mar 2023, 11:35:42 UTC - in response to Message 75167.  

As long as I'm begging...

Anybody want to share an app_config.xml for MW roughly appropriate for a 8 core CPU box with an AMD RX 580 card? I've next to no experience with these.

Again Thanx, Skip


This is the one I use:

<app_config>

<app>
<name>milkyway</name>
<gpu_versions>
<gpu_usage>0.5</gpu_usage>
<cpu_usage>0.5</cpu_usage>
</gpu_versions>
</app>
<app_version>
<app_name>milkyway_nbody</app_name>
<max_concurrent>5</max_concurrent>
<plan_class>mt</plan_class>
<avg_ncpus>2</avg_ncpus>
<cmdline>--nthreads 2</cmdline>
</app_version>
</app_config>

I do delete the top section if I'm not running gpu tasks. The top gpu part tells your pc to run 2 gpu tasks at the same time while the bottom cpu part says to run 5 tasks at one time each using 2 cpu cores.
ID: 75176 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Skip Da Shu
Avatar

Send message
Joined: 11 Apr 08
Posts: 81
Credit: 57,755,743
RAC: 0
Message 75187 - Posted: 22 Mar 2023, 22:34:07 UTC - in response to Message 75170.  
Last modified: 22 Mar 2023, 23:30:08 UTC

client_state.xml

Only if you've executed it before. Which in this case I had so should've looked there.
ID: 75187 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Skip Da Shu
Avatar

Send message
Joined: 11 Apr 08
Posts: 81
Credit: 57,755,743
RAC: 0
Message 75188 - Posted: 22 Mar 2023, 22:40:00 UTC - in response to Message 75176.  

As long as I'm begging...

Anybody want to share an app_config.xml for MW roughly appropriate for a 8 core CPU box with an AMD RX 580 card? I've next to no experience with these.

Again Thanx, Skip


This is the one I use:

<app_config>

<app>
<name>milkyway</name>
<gpu_versions>
<gpu_usage>0.5</gpu_usage>
<cpu_usage>0.5</cpu_usage>
</gpu_versions>
</app>
<app_version>
<app_name>milkyway_nbody</app_name>
<max_concurrent>5</max_concurrent>
<plan_class>mt</plan_class>
<avg_ncpus>2</avg_ncpus>
<cmdline>--nthreads 2</cmdline>
</app_version>
</app_config>

I do delete the top section if I'm not running gpu tasks. The top gpu part tells your pc to run 2 gpu tasks at the same time while the bottom cpu part says to run 5 tasks at one time each using 2 cpu cores.


Thanx these are a big help!
ID: 75188 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Skip Da Shu
Avatar

Send message
Joined: 11 Apr 08
Posts: 81
Credit: 57,755,743
RAC: 0
Message 75189 - Posted: 22 Mar 2023, 23:43:43 UTC
Last modified: 22 Mar 2023, 23:45:06 UTC

OK, running a bunch on the GPU right now and they seem to working two at a time even though I pretty sure these were in the que B4 I made the changes to the app_config. I did a "re-read config files" and they seemed to start running 2 at a time even though the line in boinc manager still says
"Ready to start (0.954 CPUs + 1 AMD/ATI GPU". Didn't realize it would change how they would execute on the fly w/o downloading new ones.

Anyway thanx to all. Will continue to tweek but right now I gotta go see if I can the proper driver/OpenCL from AMD installed for an OLD Oland card on a computer out in the garage.

Here's what I'm running with on this [url]https://milkyway.cs.rpi.edu/milkyway/show_host_detail.php?hostid=979753 [/url] box right now:
<app_config>
 <project_max_concurrent>10</project_max_concurrent>

 <app>
  <name>milkyway_nbody</name>
  <max_concurrent>4</max_concurrent>
   <app_version>
    <app_name>milkyway_nbody</app_name>
    <plan_class>mt</plan_class>
    <avg_ncpus>2</avg_ncpus>
    <cmdline>--nthreads 2</cmdline>
   </app_version>
 </app>

 <app>
  <name>milkyway</name>
  <gpu_versions>
   <gpu_usage>0.5</gpu_usage>
   <cpu_usage>0.5</cpu_usage>
  </gpu_versions>
 </app>
</app_config>

Thanx all for the SUPER support.
ID: 75189 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile mikey
Avatar

Send message
Joined: 8 May 09
Posts: 3319
Credit: 520,280,166
RAC: 19,500
Message 75195 - Posted: 23 Mar 2023, 10:42:18 UTC - in response to Message 75189.  

OK, running a bunch on the GPU right now and they seem to working two at a time even though I pretty sure these were in the que B4 I made the changes to the app_config. I did a "re-read config files" and they seemed to start running 2 at a time even though the line in boinc manager still says
"Ready to start (0.954 CPUs + 1 AMD/ATI GPU". Didn't realize it would change how they would execute on the fly w/o downloading new ones.

Anyway thanx to all. Will continue to tweek but right now I gotta go see if I can the proper driver/OpenCL from AMD installed for an OLD Oland card on a computer out in the garage.

Here's what I'm running with on this [url]https://milkyway.cs.rpi.edu/milkyway/show_host_detail.php?hostid=979753 [/url] box right now:
<app_config>
 <project_max_concurrent>10</project_max_concurrent>

 <app>
  <name>milkyway_nbody</name>
  <max_concurrent>4</max_concurrent>
   <app_version>
    <app_name>milkyway_nbody</app_name>
    <plan_class>mt</plan_class>
    <avg_ncpus>2</avg_ncpus>
    <cmdline>--nthreads 2</cmdline>
   </app_version>
 </app>

 <app>
  <name>milkyway</name>
  <gpu_versions>
   <gpu_usage>0.5</gpu_usage>
   <cpu_usage>0.5</cpu_usage>
  </gpu_versions>
 </app>
</app_config>

Thanx all for the SUPER support.


Anytime!!
ID: 75195 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Keith Myers
Avatar

Send message
Joined: 24 Jan 11
Posts: 708
Credit: 543,087,156
RAC: 144,234
Message 75197 - Posted: 23 Mar 2023, 17:36:00 UTC

Only new tasks downloaded after applying the app_config.xml change will be identified with the changes implemented by your app_config. The pre-existing tasks in your cache will still be indentifed by the conditions that existed when they were downloaded.

As you found out, reading the config files applies the changes immediately in how BOINC runs.
ID: 75197 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Questions and Answers : Preferences : milkyway_separation 1.46 Linux x86_64 double OpenCL

©2024 Astroinformatics Group