Creating a PBS/MPI cluster for bioinformatics - Part 1
Apr 17, 2012 in jenkins, bioinformatics | tutorialsThis is a series of posts with the steps we are using to set up an internal cluster for bioinformatics using MPI and PBS for distributed jobs. Our goal with this series is help other nerds setting up similar environment. This cluster is not public yet, and we are using for development of BioUno. At moment we are writing code to integrate our Jenkins with MrBayes and Structure.
In this first post, we will see how to configure the network for each machine be able to see the other one, and how to configure SSH for connecting to the other nodes in the cluster. If you already know MrBayes and Structure, skip the Introduction and go to the basic network configuration topic. We assume you have a intermediary knowledge of Linux, as many instructions in this series are vague. We always reference the original tutorial that we used. This series may be edited to stay up to date or for improvements.