*** empty log message ***

svn path=/trunk/boinc/; revision=12140
This commit is contained in:
David Anderson 2007-02-22 20:11:26 +00:00
parent 6ff0977570
commit fda330f758
2 changed files with 7 additions and 3 deletions

View File

@ -1924,3 +1924,9 @@ David 22 Feb 2007
app_control.C
log_flags.C,h
sim.C
David 22 Feb 2007
- core client, Win: set processor affinity mask for benchmark threads
client/
cs_benchmark.C

View File

@ -217,9 +217,7 @@ void CLIENT_STATE::start_cpu_benchmarks() {
NULL, 0, win_cpu_benchmarks, benchmark_descs+i, 0,
&benchmark_descs[i].pid
);
// lower our priority here
//
SetThreadAffinityMask(benchmark_descs[i].handle, 1<<i);
SetThreadPriority(benchmark_descs[i].handle, THREAD_PRIORITY_IDLE);
#else
sprintf(benchmark_descs[i].filename, "%s_%d.xml", CPU_BENCHMARKS_FILE_NAME, i);