mirror of https://github.com/BOINC/boinc.git
- client: add <sched_op_debug> msg for ATI work request
svn path=/trunk/boinc/; revision=18995
This commit is contained in:
parent
112cec62a5
commit
525b46a539
|
@ -7459,3 +7459,9 @@ David 2 Sept 2009
|
||||||
client/
|
client/
|
||||||
cs_scheduler.cpp
|
cs_scheduler.cpp
|
||||||
work_fetch.cpp,h
|
work_fetch.cpp,h
|
||||||
|
|
||||||
|
David 2 Sept 2009
|
||||||
|
- client: add <sched_op_debug> msg for ATI work request
|
||||||
|
|
||||||
|
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
|
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));
|
get_sched_request_filename(*p, request_file, sizeof(request_file));
|
||||||
|
|
Loading…
Reference in New Issue