Creating a PBS/MPI cluster for bioinformatics – Part 2
Apr 29, 2012 in jenkins, bioinformatics | tutorialsIn the previous post of this series we saw how to configure a basic network for our small cluster. Now it is time to work on the MPI stuff. Our cluster will be a Beowulf cluster. This kind of cluster is composed of commodity computers, connected via network sharing resources and programs. And in the next post, we will see how to include a batch queuing system to control the resource utilization in our cluster.
MPI is not a library. MPI is actually a standard. When you find an RESTful application, REST is only a standard, and you have different libraries that implement this standard (Jersey, JBoss Reast Easy, CodeIgniter+Rest Controllers, and so it goes). With MPI it is not different. There are different implementations of the MPI specification. We suggest you to read this tutorial that, although it was written in 2009, it uses Debian (operational system we are using in BioUno cluster) and is very well written and concise. Basically, you have to install OpenMPI, one of the existing MPI libraries. And if you followed the instructions in part 1 of this series, then you already have SSH correctly configured in your computers.