| | 147 | |
| | 148 | The following fields are of the form `[x1|x2|...|xn]`. |
| | 149 | Depending on the client version, only an initial subset of items may be present. |
| | 150 | |
| | 151 | '''boinc_version''':: The BOINC client version currently running on the host. |
| | 152 | The third item is the client "brand", such as "HTC Power to Give" or "Samsung Power Sleep". |
| | 153 | |
| | 154 | '''vbox_version''':: The version of VirtualBox installed on the client host. |
| | 155 | |
| | 156 | '''coprocs''':: A list of GPU descriptors. |
| | 157 | The items in each one are: |
| | 158 | |
| | 159 | * The manufacturer. "CUDA" means NVIDIA, "CAL" means AMD, and "INTEL" means Intel. |
| | 160 | * The model name. |
| | 161 | * The number of GPUs. |
| | 162 | * The amount of video RAM. |
| | 163 | * The driver version. |
| | 164 | * The OpenCL version; 102 means 1.2. |
| | 165 | |
| | 166 | |