mirror of https://github.com/BOINC/boinc.git
- client: if we get a job for which a GPU is missing,
keep the RESULT record so that we can report it to the scheduler. Otherwise we'll keep getting the same job if the project has <resend_lost_results> set. svn path=/trunk/boinc/; revision=25879
This commit is contained in:
parent
028d4d9a36
commit
8b67c32187
|
@ -4985,3 +4985,12 @@ David 17 July 2012
|
|||
|
||||
client/
|
||||
client_state.cpp
|
||||
|
||||
David 17 July 2012
|
||||
- client: if we get a job for which a GPU is missing,
|
||||
keep the RESULT record so that we can report it to the scheduler.
|
||||
Otherwise we'll keep getting the same job if the project has
|
||||
<resend_lost_results> set.
|
||||
|
||||
client/
|
||||
cs_scheduler.cpp
|
||||
|
|
|
@ -879,7 +879,6 @@ int CLIENT_STATE::handle_scheduler_reply(
|
|||
"Missing coprocessor for task %s; aborting", rp->name
|
||||
);
|
||||
rp->abort_inactive(EXIT_MISSING_COPROC);
|
||||
continue;
|
||||
} else {
|
||||
rp->set_state(RESULT_NEW, "handle_scheduler_reply");
|
||||
int rt = rp->avp->gpu_usage.rsc_type;
|
||||
|
|
Loading…
Reference in New Issue