Changes between Version 13 and Version 14 of MPICH2_Install


Ignore:
Timestamp:
Jul 4, 2008, 4:09:28 PM (17 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MPICH2_Install

    v13 v14  
    8787client-03
    8888}}}
    89   * Add ''/etc/mpd.conf'' on every node, there is just one line.[[BR]]
     89  * '''Execute mpich2 by root''' [[BR]]
     90   Add ''/etc/mpd.conf'' on every node, there is just one line needed in this file.[[BR]]
    9091   Notice that all the nodes must have the same password.[[BR]]
    91    We use "this_is_password" for example here.[[BR]]
     92   Use "this_is_password" for example here.[[BR]]
    9293{{{
    9394root@client-01:~/mpich2-1.0.7rc1# touch /etc/mpd.conf
    9495root@client-01:~/mpich2-1.0.7rc1# cat > /etc/mpd.conf << "EOF"
    9596> secretword=this_is_password
     97> EOF
     98}}}
     99  * '''Execute mpich2 by normal user'''
     100   Add ''~/.mpd.conf'' on every node's (the same user's home directory), there is just one line needed in this file.[[BR]]
     101   Notice that all the nodes must have the same password.[[BR]]
     102   Use "this_is_password" for example here.[[BR]]
     103{{{
     104user@client-01:~/mpich2-1.0.7rc1# touch ~/.mpd.conf
     105user@client-01:~/mpich2-1.0.7rc1# cat > ~/.mpd.conf << "EOF"
     106> secretword=this_is_user_password
    96107> EOF
    97108}}}