diff --git a/checkin_notes b/checkin_notes index d2ec82ee92..2bdfc477a1 100644 --- a/checkin_notes +++ b/checkin_notes @@ -7459,3 +7459,9 @@ David 2 Sept 2009 client/ cs_scheduler.cpp work_fetch.cpp,h + +David 2 Sept 2009 + - client: add msg for ATI work request + + client/ + scheduler_op.cpp diff --git a/client/scheduler_op.cpp b/client/scheduler_op.cpp index 93196dab00..d790fa8920 100644 --- a/client/scheduler_op.cpp +++ b/client/scheduler_op.cpp @@ -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));