mirror of https://github.com/BOINC/boinc.git
- client: fix error in GPU confirm message (it always said 0)
svn path=/trunk/boinc/; revision=21568
This commit is contained in:
parent
28fb7e7889
commit
eeee6ed228
|
@ -3739,3 +3739,9 @@ David 18 May 2010
|
||||||
client/
|
client/
|
||||||
sim.cpp,h
|
sim.cpp,h
|
||||||
sim_util.cpp
|
sim_util.cpp
|
||||||
|
|
||||||
|
David 18 May 2010
|
||||||
|
- client: fix error in GPU confirm message (it always said 0)
|
||||||
|
|
||||||
|
client/
|
||||||
|
cpu_sched.cpp
|
||||||
|
|
|
@ -1012,7 +1012,7 @@ static inline void confirm_current_assignment(
|
||||||
if (log_flags.coproc_debug) {
|
if (log_flags.coproc_debug) {
|
||||||
msg_printf(rp->project, MSG_INFO,
|
msg_printf(rp->project, MSG_INFO,
|
||||||
"[coproc] %s instance %d: confirming for %s",
|
"[coproc] %s instance %d: confirming for %s",
|
||||||
cp->type, i, rp->name
|
cp->type, j, rp->name
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
cp->available_ram[j] -= rp->avp->gpu_ram;
|
cp->available_ram[j] -= rp->avp->gpu_ram;
|
||||||
|
|
Loading…
Reference in New Issue