Message boards : The Lounge : Multicore Projects
Message board moderation
Author | Message |
---|---|
Send message Joined: 11 Jul 10 Posts: 7 |
Hi, are there any projects that can dedicate all processor cores to a single task? Perhaps it would be an idea to keep this updated for others who may be interested? |
Send message Joined: 29 Aug 05 Posts: 15569 |
AQUA@Home is the only project thus far with multithreading capability. |
Send message Joined: 20 Jul 09 Posts: 6 |
As long as the memory footprint of the application is small, involving multiple processors will reduce performance. The owner of the machine should instead start multiple jobs. |
Send message Joined: 3 Apr 06 Posts: 547 |
As long as the memory footprint of the application is small, involving multiple processors will reduce performance. Do you mean this as a rule??????? A 32-thread application could work on a say half meg memory block with no (0) contention. Depends just on the algorithm. It may spend 1/2 CPU time in locking, or no at all. Peter |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.