260 | | We'll have a script that publishes a project's |
261 | | accounting data (see Implementation). |
262 | | The BOINC web site will collect these from a few big projects |
263 | | and publish the averages. |
| 260 | Projects will export the following data: |
| 261 | {{{ |
| 262 | for each app version |
| 263 | app name |
| 264 | platform name |
| 265 | recent average granted credit |
| 266 | plan class |
| 267 | scale factor |
| 268 | }}} |
| 269 | |
| 270 | The BOINC server will collect these from several projects |
| 271 | and will export the following: |
| 272 | {{{ |
| 273 | for each plan class |
| 274 | average scale factor (weighted by RAC) |
| 275 | }}} |
| 276 | We'll provide a script that identifies app versions |
| 277 | for GPUs with no corresponding CPU app version, |
| 278 | and sets their scaling factor based on the above. |