Sharing information between nodes in Beowulf Cluster

Posted by Alejandro Sazo on Server Fault See other posts from Server Fault or by Alejandro Sazo
Published on 2013-11-05T02:40:11Z Indexed on 2013/11/05 3:59 UTC
Read the original article Hit count: 444

Filed under:
|

I am setting up a beowulf cluster and I've been reading that it might be necessary to make the home directory of the cluster users shared between them (assuming this users are local to each machine). The other case is leave each user with its own home and the communication is up to the master node. Another idea that came up was to use an LDAP unique user logged on each machine in the cluster, that keeps the idea of the shared home between nodes (but is only one home of one user).

Which approach is better for this kind of cluster?

Edit: The cluster is running openmpi and it will support cuda and opencl

© Server Fault or respective owner

Related posts about storage

Related posts about cluster