From 525b46a53988512147b22eb8ca49168e3e124f40 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 2 Sep 2009 22:14:28 +0000 Subject: [PATCH] - client: add msg for ATI work request svn path=/trunk/boinc/; revision=18995 --- checkin_notes | 6 ++++++ client/scheduler_op.cpp | 6 ++++++ 2 files changed, 12 insertions(+) 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));