Asteroids

Message boards : Number crunching : Asteroids
Message board moderation

To post messages, you must log in.

AuthorMessage
Aurum
 

Send message
Joined: 6 Sep 22
Posts: 5
Credit: 296,795
RAC: 119
Message 9551 - Posted: 15 Jan 2023, 3:02:21 UTC

Is it possible to differentiate between CPU and GPU projects?
Unfortunately they chose to call both period_search but the plan_class is different.
ID: 9551 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Link
 
Avatar

Send message
Joined: 20 Jun 12
Posts: 136
Credit: 340,068
RAC: 62
Message 9552 - Posted: 15 Jan 2023, 10:20:58 UTC - in response to Message 9551.  
Last modified: 15 Jan 2023, 10:55:19 UTC

Well, they don't just call it the same name, it is the same application doing same work and generating same results, just running on different type of processor. That's same for all projects, not just Asteroids. plan_class is different for every application version, even two different CPU versions have different plan_class, for example SSE2 and AVX or whatever (or different platform). Same for different GPU versions. But all those app versions are the same application from BOINC's point of view, you can see that in your client_state.xml, you have one <app> and one or more <app_version> tags, all of them with same <app_name> in them, just different <platform> and/or <plan_class>, which is optional btw., my Milkyway CPU app does not have any <plan_class> since it's the only CPU app version.
.
ID: 9552 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : Asteroids

©2024 Sébastien