mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1931
This commit is contained in:
parent
9f1b5dd53f
commit
f1dddbb210
|
@ -401,8 +401,8 @@ int CLIENT_STATE::cpu_benchmarks() {
|
|||
|
||||
msg_printf(NULL, MSG_INFO, "Benchmark results: FP: %.0f%s; Int: %.0f%s; Mem BW: %.0f%s",
|
||||
host_info.p_fpops, (host_info.p_fpop_err?" [ERROR]":""),
|
||||
host_info.p_iops, (host_info.p_iops?" [ERROR]":""),
|
||||
host_info.p_membw, (host_info.p_membw?" [ERROR]":"")
|
||||
host_info.p_iops, (host_info.p_iops_err?" [ERROR]":""),
|
||||
host_info.p_membw, (host_info.p_membw_err?" [ERROR]":"")
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue