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