I’m a little confused regarding how a cluster implementation (“Beowulf cluster”) relates to a communication protocol such as MPI. What software components are needed to set up a “cluster” using something like OpenMPI?
I’m a little confused regarding how a cluster implementation (Beowulf cluster) relates to a
Share
A cluster, as you know, is a bunch of computers networked together. When you have such configuration, you normally install and use the following:
And much more. All this stuff is completely additional to MPI. MPI is just a communication channel between processes. MPI alone does not “make the cluster”.