Cluster prerequisites

You can discuss all aspects of programming and technical matters here.

Moderators: Harvey Williamson, Watchman

Post Reply
Hetman
Full Member
Posts: 915
Joined: Sat Nov 17, 2007 5:38 pm

Cluster prerequisites

Post by Hetman »

Hello,

I am wondering if for clustered programs the OS, processors in the cluster shall be the same or there is possible to use different processors and differrent operating systems.

Rgds
Hetman
JEB_Tucson
Senior Member
Posts: 3072
Joined: Mon Dec 17, 2007 11:16 pm
Location: Tucson, Arizona

Post by JEB_Tucson »

Hi Hetman

In general, the computers in a cluster do not have to have the same processor or OS. What they need to have is the same application compiled for the different operating systems. Of course this application must be written to run as a network application. Here, my reference to a cluster is meant to be a network of computers all receiving processes spawned from the main server and delivering results back to the main server.
The clusters that I've used have been composed of PCs and Alpha workstations. The PCs all ran Windows and the Alphas all ran the Alpha operation system. The PCs and Alpha had different processors.

Hope this helps some
James
Hetman
Full Member
Posts: 915
Joined: Sat Nov 17, 2007 5:38 pm

Post by Hetman »

Thank you James for the answer. That is what i wanted to know.

Rgds
Hetman
Post Reply