Quintero - Deploying Linux on IBM E-Server Pseries Clusters
< Day Day Up > |
Though with larger overhead to computing nodes and lower bandwidth for inter-node communication compared with Myrinet, Gigabit Ethernet (GigE), with its advantage in price, can sometimes be the choice for an HPC environment. This is especially true if applications to be run on such a system are:
In our case study, discussed in the following section, we have a configuration of two p655 nodes interconnected by Gigabit Ethernet. In this case, the GM driver and MPICH_GM are not needed. You can use ANL's MPICH to compile and run MPI programs. The installation is more or less the same as MPICH_GM. It is worth noting that in order to use the SMP feature, it is better to have two kinds of installations:
The first one will work with a cluster of SMP nodes in which the intra-node communication will be done through a shared memory mechanism, while the inter-node communications go to the network adapters. The second one will only work on a single SMP node using shared memory for communications. However, somehow it performs better than the first one. So, it's useful to have both installed. |
< Day Day Up > |