Spanning multiple CPUs

G

Guest

Guest
I have a program that takes way to long to complete some number crunching stuff. Unfortunatly it was not designed to work on multiple processors. We cannot rewrite the application right away. So we are stuck.

I am looking for a way to trick this application into using 2 or more processors. Does anyone have any suggestions?

thanks
=ryan
 
G

Guest

Guest
Thanks - we have thought of doing this, however the nature of this particular application will not allow us this option. Any other ideas!?

Has anyone ever seen any application to span multiple CPUs?

thanks,ryan
 

FatBurger

Illustrious
I don't think there's any other way to do it.

<font color=orange>Quarter</font color=orange> <font color=blue>Pounder</font color=blue> <font color=orange>Inside</font color=orange>
 

Raystonn

Distinguished
Apr 12, 2001
2,273
0
19,780
You basically have three choices here. 1) Run it multiples times so each process can get assigned to a different processor. 2) Purchase an extremely fast processor and keep running one instance of it. 3) Rewrite the application to use multiple threads to perform the work.

-Raystonn


= The views stated herein are my personal views, and not necessarily the views of my employer. =