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:
Vitalii Koshura 2024-12-31 20:40:59 +01:00 committed by GitHub
commit fc6e1ee6ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;