|
Re: Grid computing software
Maybe I don't understand your question, but from what I understand of how all this works, you do want a cluster. If I understand you correctly, you have 2 computers and you want to distribute a time consuming task between them. If your software supports multiple processors, then it's probably multithreaded, so cluster computing should work. Depending on the exact setup of the cluster, each node is treated as a processor. Essentially, you end up with a giant multiprocessor computer.
Edit: From what I understand, "grids" and "clusters" are functionally the same, but physically different.
__________________
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GE/S/P a-- e y-- r-- s:++ d+ h! X+++
t++ C+ P+ L++ E W++ w M-- V? PS+ PE+
5- R-- tv+ b+ DI+++ D- G
------END GEEK CODE BLOCK------
Last edited by sciguy125 : 05-09-2005 at 17:00.
|