Message boards :
Number crunching :
cpu usage
Message board moderation
Author | Message |
---|---|
Send message Joined: 17 Feb 09 Posts: 24 Credit: 3,503,079 RAC: 536 |
On both the win10 & linux machines the nbody tasks only seem to use about 90% of the cpu. Both have the cpu usage set to 100% on the computing prefs. Other projects use the full cpu (100%). Is this typical of the nbody process?? Ta Nairb |
Send message Joined: 9 Jun 22 Posts: 2 Credit: 10,768,375 RAC: 0 |
same here, n-body (12 CPUs) using 82%... |
Send message Joined: 19 Jul 10 Posts: 624 Credit: 19,299,838 RAC: 2,590 |
IIRC the solution is to run more than one task concurrently with app_config.xml file. <app_config> <app> <name>milkyway_nbody</name> <max_concurrent>3</max_concurrent> </app> <app_version> <app_name>milkyway_nbody</app_name> <plan_class>mt</plan_class> <avg_ncpus>4.0</avg_ncpus> <cmdline>--nthreads 4</cmdline> </app_version> </app_config> This will run 3 n-Body tasks with each 4 threads on a 12 core CPU. If that isn't enough, you can try "--nthreads 5" without changing anything else, but you'll have to see, if that really improves the throughput. Don't do it, if the CPU also needs to feed a GPU. |
Send message Joined: 9 Jun 22 Posts: 2 Credit: 10,768,375 RAC: 0 |
thanksss, 95% now |
Send message Joined: 11 Apr 08 Posts: 82 Credit: 61,059,273 RAC: 37,898 |
IIRC the solution is to run more than one task concurrently with app_config.xml file. Can I use the nthreads option to stop getting CPU WUs that require 15 threads? Hoping so as I copied your app_config into boinc-client/projects/milkyway.cs.rpi.edu_milkyway folder... so pending a download request to see. Yeehaw... worked! Now I can tweak it. Thanx much, Skip |
©2024 Astroinformatics Group