#! /bin/bash ### centos6_node_mpich ### Install mpich2 in a node. This script is meant to be run by root in a node. ### Requirement: nfs has already successfully mounted and the folder mpich2-1.4.1p1 is already available in the frontend's /home/common/nfs. cd /home/common/nfs/mpich2-1.4.1p1 ./configure make make install