mirror of https://github.com/BOINC/boinc.git
- client: Initialize the total mem size_t.
svn path=/trunk/boinc/; revision=26116
This commit is contained in:
parent
7131573d17
commit
26f9e380d9
|
@ -5956,3 +5956,9 @@ David 13 Sept 2012
|
|||
|
||||
sched/
|
||||
sched_array.cpp
|
||||
|
||||
Rom 13 Sept 2012
|
||||
- client: Initialize the total mem size_t.
|
||||
|
||||
client/
|
||||
gpu_nvidia.cpp
|
||||
|
|
|
@ -286,7 +286,7 @@ void COPROC_NVIDIA::get(
|
|||
|
||||
int j, itemp;
|
||||
unsigned int i;
|
||||
size_t global_mem;
|
||||
size_t global_mem = 0;
|
||||
COPROC_NVIDIA cc;
|
||||
string s;
|
||||
for (j=0; j<cuda_ndevs; j++) {
|
||||
|
|
Loading…
Reference in New Issue