BOINC / boinc

Open-source software for volunteer computing and grid computing.
https://boinc.berkeley.edu
GNU Lesser General Public License v3.0
2.04k stars 449 forks source link

Have different <count> values for different coprocessors #1149

Open romw opened 9 years ago

romw commented 9 years ago

Reported by MarkJ on 6 Jun 42115089 08:43 UTC Currently you can only specify a single .5 parameter within app_info.xml per app. It is applied across all coprocessors of that type and doesn't allow for different values for different devices.

CUDA 1

'''Example:''' Machine has a GTS250 and a GTX460 installed. User wants to run 1 wu at a time on GTS250 but 2 wu at a time on the GTX460.

Provide a mechanism where the user can have different values per coprocessor device.

One possible way could be to allow the app_info to specify the device the applies to in a similar fashion to the cc_config.xml statements.

Migrated-From: http://boinc.berkeley.edu/trac/ticket/1176

romw commented 9 years ago

Commented by davea on 7 Mar 42115472 08:52 UTC This will have to wait until we change BOINC's GPU handling to accommodate different GPU models of the same vendor.