PDA

View Full Version : Beowulf cluster


aquitaine
Jul16-09, 09:28 PM
I have a question, if I had 5 machines I'd like to make into slave nodes, 3 600MHz Pentium 3's, 1 2GHz P4, and 1 2.6GHz P4, is it possible to hook them up into a beowulf cluster?

waht
Jul16-09, 09:33 PM
Yes, you can network any number of computers for parallel computing.

aquitaine
Jul16-09, 10:12 PM
So they don't have to be identical?

waht
Jul16-09, 11:13 PM
no, it just depends on the algorithm how to implement each slave efficiently

there are libraries MPI (message passing interface) for C that can help you write programs for parallel computing

aquitaine
Jul17-09, 01:16 AM
Thanks.