close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jul 4, 2008, 4:12:57 PM (18 years ago)
- Author:
-
chris
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
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 by root''' [[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 by normal 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]] |