| Computers Forum Index » Computer - Object » How to map independent tasks to different processors... |
|
Page 1 of 1 |
|
| Author |
Message |
| Anukul... |
Posted: Tue Oct 20, 2009 6:13 pm |
|
|
|
Guest
|
I am facing a lot of problem while writing parallel programs because
it is not possible to purchase PC with SIMD architecture. However, I
want to design parallel programs from sequential programs by designing
a specific interconnection network(say hypercube).
Also, I am interested to know the way to map independent tasks to the
processors in a specific interconnection network |
|
|
| Back to top |
|
|
|
| johnzabroski at (no spam) gmail.com... |
Posted: Fri Nov 20, 2009 10:15 pm |
|
|
|
Guest
|
On Oct 20, 1:13 pm, Anukul <anukul... at (no spam) gmail.com> wrote:
Quote: I am facing a lot of problem while writing parallel programs because
it is not possible to purchase PC with SIMD architecture. However, I
want to design parallel programs from sequential programs by designing
a specific interconnection network(say hypercube).
Also, I am interested to know the way to map independent tasks to the
processors in a specific interconnection network
I'm not sure I understand your question, and I am also getting to it
late.
However, it sounds like what you are describing is data flow
programming or flow-based programming. |
|
|
| Back to top |
|
|
|
|