| 131 |   |     If any error occurs, just remove /root/.ssh/known_hosts, and re-ssh.  | 
                      
                      
                        |   | 131 | {{{ | 
                      
                        |   | 132 | root@client-01:~# ssh root@client-02 | 
                      
                        |   | 133 | The authenticity of host 'client-02 (192.168.180.132)' can't be established. | 
                      
                        |   | 134 | RSA key fingerprint is 27:17:fa:34:63:c4:a7:c1:ec:25:84:76:6d:03:2d:96. | 
                      
                        |   | 135 | Are you sure you want to continue connecting (yes/no)? yes | 
                      
                        |   | 136 | }}} | 
                      
                        |   | 137 |   * '''Repeat the operations above to all the other nodes.'''(If you got 10+ machines, the will be a "big work") | 
                      
                        |   | 138 |   * If any error occurs, just remove /root/.ssh/known_hosts, and re-ssh. | 
                      
                        |   | 139 |  * '''Step 6''' : Start MPICH2 | 
                      
                        |   | 140 |   * The easist way to setup a parallelized computing environment is to issue: | 
                      
                        |   | 141 | {{{ | 
                      
                        |   | 142 | root@client-01:~# mpdboot -n 3 -f /root/mpich2-1.0.7rc1/mpd.hosts | 
                      
                        |   | 143 | }}} | 
                      
                        |   | 144 |   * Check the mpich2 nodes. | 
                      
                        |   | 145 | {{{ | 
                      
                        |   | 146 | root@client-01:~# mpdtrace | 
                      
                        |   | 147 | client-01 | 
                      
                        |   | 148 | client-03 | 
                      
                        |   | 149 | client-02 | 
                      
                        |   | 150 | }}} | 
                      
                        |   | 151 |  | 
                      
                        |   | 152 | === 3. Conclusion === | 
                      
                        |   | 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. |