Skip to content

Commit

Permalink
Merge pull request #5984 from BOINC/dpa_buda7
Browse files Browse the repository at this point in the history
client: fix bug that caused client to treat all jobs as 1-CPU
  • Loading branch information
AenBleidd authored Dec 31, 2024
2 parents c28b036 + 61ede4c commit fc6e1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fc6e1ee

Please sign in to comment.