mirror of https://github.com/BOINC/boinc.git
client: fix bug that caused client to treat all jobs as 1-CPU
This commit is contained in:
parent
c28b036222
commit
61ede4c4e8
|
@ -783,7 +783,7 @@ int FILE_INFO::gunzip(char* md5_buf) {
|
||||||
#endif // SIM
|
#endif // SIM
|
||||||
|
|
||||||
void RESOURCE_USAGE::clear() {
|
void RESOURCE_USAGE::clear() {
|
||||||
avg_ncpus = 1;
|
avg_ncpus = 0;
|
||||||
rsc_type = 0;
|
rsc_type = 0;
|
||||||
coproc_usage = 0;
|
coproc_usage = 0;
|
||||||
gpu_ram = 0;
|
gpu_ram = 0;
|
||||||
|
|
Loading…
Reference in New Issue