- client: add <sched_op_debug> msg for ATI work request

svn path=/trunk/boinc/; revision=18995
This commit is contained in:
David Anderson 2009-09-02 22:14:28 +00:00
parent 112cec62a5
commit 525b46a539
2 changed files with 12 additions and 0 deletions

View File

@ -7459,3 +7459,9 @@ David 2 Sept 2009
client/
cs_scheduler.cpp
work_fetch.cpp,h
David 2 Sept 2009
- client: add <sched_op_debug> msg for ATI work request
client/
scheduler_op.cpp

View File

@ -259,6 +259,12 @@ int SCHEDULER_OP::start_rpc(PROJECT* p) {
cuda_work_fetch.req_secs, cuda_work_fetch.req_instances
);
}
if (coproc_ati) {
msg_printf(p, MSG_INFO,
"[sched_op_debug] ATI GPU work request: %.2f seconds; %d idle GPUs",
ati_work_fetch.req_secs, ati_work_fetch.req_instances
);
}
}
get_sched_request_filename(*p, request_file, sizeof(request_file));