Multicore Projects

Message boards : The Lounge : Multicore Projects
Message board moderation

To post messages, you must log in.

AuthorMessage
Kevin Feathers

Send message
Joined: 11 Jul 10
Posts: 7
United Kingdom
Message 33765 - Posted: 14 Jul 2010, 15:56:45 UTC

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?
ID: 33765 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 33767 - Posted: 14 Jul 2010, 18:22:26 UTC - in response to Message 33765.  

AQUA@Home is the only project thus far with multithreading capability.
ID: 33767 · Report as offensive
smoe

Send message
Joined: 20 Jul 09
Posts: 6
Germany
Message 35976 - Posted: 5 Dec 2010, 20:51:39 UTC - in response to Message 33765.  

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.
ID: 35976 · Report as offensive
Pepo
Avatar

Send message
Joined: 3 Apr 06
Posts: 547
Slovakia
Message 35987 - Posted: 7 Dec 2010, 15:50:27 UTC - in response to Message 35976.  

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
ID: 35987 · Report as offensive

Message boards : The Lounge : Multicore Projects

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.