yoyo wrote: > 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?
Yes; fixed in 6.10. > > 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. The example code is for an app that needs 3 threads to fully utilize 2 CPUs. If your app only needs 2 threads to use 2 CPUs, modify the code accordingly. -- David _______________________________________________ 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.
