0

私は3台のコンピューターを持っていますが、どうすればそれらをクラスター化して、追加の計算能力を備えた1台のコンピューター(メイン)を使用できるのか疑問に思いました。他のコンピューターに出くわしたときに拡張できるホームネットワークを介した(メイン)のウィンドウ(該当する場合)でこれを実行したいと思います。

(1メイン)Intelデュアルコア1.86 GHz 3 GB Ram(32ビット)〜300 GB HDD(Win 7)(2)AMD2.1GHzシングルコア3GBram(64ビット)〜300 HDD(Win 7)(3)AMD 1.8GHzシングルコア256Mbラム。(32ビット?)40 GB HDD(W2KまたはXP。現時点で決定しようとしています。)

これをもう一度、そしてアドバイスを与えてくれてありがとう。

4

1 に答える 1

0

I think that very much depends on the kind of application you want to run on your cluster - its not clear from your question. If you want to be able to run seti@home stuff, then you don't need much more than a network connection. If you want to run programs that specifically support parallelism (such as some ray tracers) then they'll sometimes have their own parallelism layer (such as MPI) which will require a network connection and sometimes a shared file system. If you're running mainly windows desktop applications, then its unclear to me how you can use them in a clustered configuration - you could set up remote access on each one so that you can connect to each from a single console and run different applications on each one.

A classic 'beowulf' configuration would probably have MPI and a shared filesystem.

于 2011-09-19T06:50:04.497 に答える