Changes between Version 14 and Version 15 of MPICH2_Install
- Timestamp:
- Jul 4, 2008, 4:12:57 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MPICH2_Install
v14 v15 65 65 /usr/local/bin/mpirun 66 66 }}} 67 * If there is nothing showed on the screen when enter ''which xxxx'', you probably need to set your environment variables. 67 * If there is nothing showed on the screen when enter ''which xxxx'', you probably need to set your environment variables. The same as the normal user. For convenience, the export should be added in user's bash file or profile. 68 68 {{{ 69 69 root@client-01:~/mpich2-1.0.7rc1# export PATH="$PATH:/opt/mpich2/bin" 70 }}} 71 or 72 {{{ 73 user@client-01:~/mpich2-1.0.7rc1# export PATH="$PATH:/opt/mpich2/bin" 70 74 }}} 71 75 ---- … … 87 91 client-03 88 92 }}} 89 * '''Execute mpich2 byroot''' [[BR]]93 * Execute mpd by '''root''' [[BR]] 90 94 Add ''/etc/mpd.conf'' on every node, there is just one line needed in this file.[[BR]] 91 95 Notice that all the nodes must have the same password.[[BR]] … … 97 101 > EOF 98 102 }}} 99 * '''Execute mpich2 bynormal user'''103 * Execute mpd by '''normal user''' 100 104 Add ''~/.mpd.conf'' on every node's (the same user's home directory), there is just one line needed in this file.[[BR]] 101 105 Notice that all the nodes must have the same password.[[BR]]