aquitaine Messages 30 Reaction score 9 Thread starter Jul 16, 2009 #1 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?
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 Messages 1,502 Reaction score 4 Jul 16, 2009 #2 Yes, you can network any number of computers for parallel computing.
waht Messages 1,502 Reaction score 4 Jul 16, 2009 #4 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
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