Changes between Version 13 and Version 14 of MPICH2_Install
- Timestamp:
- Jul 4, 2008, 4:09:28 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MPICH2_Install
v13 v14 87 87 client-03 88 88 }}} 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]] 90 91 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]] 92 93 {{{ 93 94 root@client-01:~/mpich2-1.0.7rc1# touch /etc/mpd.conf 94 95 root@client-01:~/mpich2-1.0.7rc1# cat > /etc/mpd.conf << "EOF" 95 96 > 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 {{{ 104 user@client-01:~/mpich2-1.0.7rc1# touch ~/.mpd.conf 105 user@client-01:~/mpich2-1.0.7rc1# cat > ~/.mpd.conf << "EOF" 106 > secretword=this_is_user_password 96 107 > EOF 97 108 }}}