- 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:
David Anderson 2012-07-18 01:42:08 +00:00
parent 028d4d9a36
commit 8b67c32187
2 changed files with 9 additions and 1 deletions

View File

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

View File

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