Changes between Version 6 and Version 7 of MPICH2_Install


Ignore:
Timestamp:
Mar 6, 2008, 5:00:18 PM (16 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MPICH2_Install

    v6 v7  
    1 == Intall mpich2 ==
     1== Install mpich2 ==
    22=== 1. Testbed Introduction ===
    33 * VMware Workstation 5.0
     
    88  * client-02 192.168.180.132
    99  * client-03 192.168.180.133
    10 === 2. Getting Start to intall mpich2 ===
     10=== 2. Getting Start to install mpich2 ===
    1111 * '''Step 1''' : Modify /etc/hosts
    1212  * Assume that we got 3 machines in our testbed, now we have to edit /etc/hosts on each node.[[BR]]
     
    4040    We use ''/opt/mpich2'' here for example.
    4141{{{
    42 root@client-01:~/mpich2-1.0.7rc1# ./configure preifx=/opt/mpich2
     42root@client-01:~/mpich2-1.0.7rc1# ./configure prefix=/opt/mpich2
    4343}}}
    4444   * If there are errors when configuring mpich2, you may need some packages or libraries such as c/c++ compiler.[[BR]]
     
    8787client-03
    8888}}}
    89   * Add ''/etc/mpd.conf'' on everynode, there is just one line.[[BR]]
     89  * Add ''/etc/mpd.conf'' on every node, there is just one line.[[BR]]
    9090   Notice that all the nodes must have the same password.[[BR]]
    9191   We use "this_is_password" for example here.[[BR]]
     
    138138  * If any error occurs, just remove /root/.ssh/known_hosts, and re-ssh.
    139139 * '''Step 6''' : Start MPICH2
    140   * The easist way to setup a parallelized computing environment is to issue:
     140  * The easiest way to setup a parallelized computing environment is to issue:
    141141{{{
    142142root@client-01:~# mpdboot -n 3 -f /root/mpich2-1.0.7rc1/mpd.hosts
     
    152152=== 3. Conclusion ===
    153153 * 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.
    155158
    156159----