Hello,
I'm just testing the MT app_plan for Linux 64. There are 2 strange things:
a) On my Boinc 6.6.29 on Linux 64 C2D prozessor 2 results are started.
But it should only be on?
b) Each result is started with --nthreads 3, but it should start with
--nthreads 2.
The server sends the wrong command line. I checked
sched_customize.cpp::app_plan(). I think line 94 is the problem. There
is stated:
int nthreads = (int)(ncpus/.65);
So in my case 2/.65 -> 3.07, means 3 threads.
Should it work in this kind or is it a bug?
yoyo
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.