Changes between Version 6 and Version 7 of MPICH2_Install
- Timestamp:
- Mar 6, 2008, 5:00:18 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MPICH2_Install
v6 v7 1 == In tall mpich2 ==1 == Install mpich2 == 2 2 === 1. Testbed Introduction === 3 3 * VMware Workstation 5.0 … … 8 8 * client-02 192.168.180.132 9 9 * client-03 192.168.180.133 10 === 2. Getting Start to in tall mpich2 ===10 === 2. Getting Start to install mpich2 === 11 11 * '''Step 1''' : Modify /etc/hosts 12 12 * Assume that we got 3 machines in our testbed, now we have to edit /etc/hosts on each node.[[BR]] … … 40 40 We use ''/opt/mpich2'' here for example. 41 41 {{{ 42 root@client-01:~/mpich2-1.0.7rc1# ./configure pre ifx=/opt/mpich242 root@client-01:~/mpich2-1.0.7rc1# ./configure prefix=/opt/mpich2 43 43 }}} 44 44 * If there are errors when configuring mpich2, you may need some packages or libraries such as c/c++ compiler.[[BR]] … … 87 87 client-03 88 88 }}} 89 * Add ''/etc/mpd.conf'' on every node, there is just one line.[[BR]]89 * Add ''/etc/mpd.conf'' on every node, there is just one line.[[BR]] 90 90 Notice that all the nodes must have the same password.[[BR]] 91 91 We use "this_is_password" for example here.[[BR]] … … 138 138 * If any error occurs, just remove /root/.ssh/known_hosts, and re-ssh. 139 139 * '''Step 6''' : Start MPICH2 140 * The easi st way to setup a parallelized computing environment is to issue:140 * The easiest way to setup a parallelized computing environment is to issue: 141 141 {{{ 142 142 root@client-01:~# mpdboot -n 3 -f /root/mpich2-1.0.7rc1/mpd.hosts … … 152 152 === 3. Conclusion === 153 153 * This is the most simple parallel computing environment, just for teaching and testing. 154 * Do not expect that your job can be sbmitted to it and run faster! They are just virtual machines. 154 * Do not expect that your job can be submitted to it and run faster! They are just virtual machines. 155 * Establish MPICH2 parallelized computing environment will become very difficult when the number of nodes growing up and up.[[BR]] 156 So, it is very important for using DRBL and Clonezilla well to help us build this parallelized environment.[[BR]] 157 I will try to use DRBL to build a 10+ nodes parallelized machine later. 155 158 156 159 ----