log in |
Message boards : Number crunching : Tasks not using multiple threads
Author | Message |
---|---|
In attempting to run "average" and "long" tasks on multiple threads I have set my app_config to | |
ID: 7357 · Rating: 0 · rate:
![]() ![]() ![]() | |
In attempting to run "average" and "long" tasks on multiple threads I have set my app_config to Can you try to remove the avg_ncpus line and restart? | |
ID: 7358 · Rating: 0 · rate:
![]() ![]() ![]() | |
Removed the avg_ncpus. Now Boinc allocates only one thread and the task only runs on one thread...so the result is the same as if I never set up the app_config. | |
ID: 7359 · Rating: 0 · rate:
![]() ![]() ![]() | |
Removed the avg_ncpus. Now Boinc allocates only one thread and the task only runs on one thread...so the result is the same as if I never set up the app_config. hmm strange, ok readd the line and add this to cc_config.xml: <cc_config>
<log_flags>
<cpu_sched>1</cpu_sched>
<cpu_sched_debug>1</cpu_sched_debug>
</log_flags>
</cc_config> I cant test it, Iam using BM 6.10.60. I dont know whats wrong with the client. | |
ID: 7360 · Rating: 0 · rate:
![]() ![]() ![]() | |
Maybe you can try to restart your computer? Or go to option -> read config files in Boinc manager. | |
ID: 7361 · Rating: 0 · rate:
![]() ![]() ![]() | |
I don't know what is wrong with the client either... | |
ID: 7362 · Rating: 0 · rate:
![]() ![]() ![]() | |
I don't know what is wrong with the client either... The cc_config entries are only for logging to see what the client is doing, you can disable these with 0 | |
ID: 7363 · Rating: 0 · rate:
![]() ![]() ![]() | |
I still haven't solved the problem for the Win 10 computer. However for for the one machine that seems to be working with the multithread.....why is the run time the same (or nearly so) as the CPU time? Rather than run time around 1/4 of CPU time. | |
ID: 7365 · Rating: 0 · rate:
![]() ![]() ![]() | |
Since my comment on run time, the reported run times of my tasks are now equal to the time between task sent and task received by the server.... and unfortunately not the time that the task took to run. | |
ID: 7366 · Rating: 0 · rate:
![]() ![]() ![]() | |
Since my comment on run time, the reported run times of my tasks are now equal to the time between task sent and task received by the server.... and unfortunately not the time that the task took to run. Maybe the boinc wrapper doesnt calculate the runtime with -t4 | |
ID: 7367 · Rating: 0 · rate:
![]() ![]() ![]() | |
Message boards :
Number crunching :
Tasks not using multiple threads