Changes between Version 7 and Version 8 of MPICH2_Install


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MPICH2_Install

    v7 v8  
    2929}}}
    3030  * Notice that if there is __127.0.0.1 client-01__ in /etc/hosts, it must be deleted.
    31 
     31----
    3232 * '''Step 2''' : Download and Install mpich2
    3333  * We use mpcich2-1.0.7rc1 for example.
     
    5252root@client-01:~/mpich2-1.0.7rc1# make install
    5353}}}
    54 
     54----
    5555 * '''Step 3''' : Check if the Installation is Successful
    5656  * Try these commands to see if the mpich2 have been installed correctly.
     
    6969root@client-01:~/mpich2-1.0.7rc1# export PATH="$PATH:/opt/mpich2/bin"
    7070}}}
    71 
     71----
    7272 * '''Step 4''' : Add New Configuration Files
    7373  * Add ''mpd.host file'' on all the other nodes, you could put it anywhere in your system.
     
    100100root@client-01:~/mpich2-1.0.7rc1# chmod 600 /etc/mpd.conf
    101101}}}
     102----
    102103 * '''Step 5''' : Modify SSH Connections
    103104  * At first, you need to check if ssh have been installed on your machines.[[BR]]
     
    137138  * '''Repeat the operations above to all the other nodes.'''(If you got 10+ machines, the will be a "big work")
    138139  * If any error occurs, just remove /root/.ssh/known_hosts, and re-ssh.
     140----
    139141 * '''Step 6''' : Start MPICH2
    140142  * The easiest way to setup a parallelized computing environment is to issue: