| 6 | | * [http://www.clustertech.com/cpe-eval/doc/mpich2instguide.pdf MPICH2 Installation and Configuration Guide] |
| | 5 | * MPICH2 test examples - cpi |
| | 6 | * in Offical [http://www.mcs.anl.gov/research/projects/mpich2/documentation/files/mpich2-doc-user.pdf User's Guide] |
| | 7 | {{{ |
| | 8 | mpd & |
| | 9 | cd /home/you/mpich2-installed/examples |
| | 10 | mpiexec -n 3 cpi |
| | 11 | mpdallexit |
| | 12 | }}} |
| | 13 | * in Debian environment |
| | 14 | {{{ |
| | 15 | jazz@bio-cluster-12:~$ mpd & |
| | 16 | [1] 3551 |
| | 17 | jazz@bio-cluster-12:~$ mpiexec -n 3 /usr/share/mpich2/examples/cpi |
| | 18 | Process 1 of 3 is on bio-cluster-12 |
| | 19 | Process 2 of 3 is on bio-cluster-12 |
| | 20 | Process 0 of 3 is on bio-cluster-12 |
| | 21 | pi is approximately 3.1415926544231318, Error is 0.0000000008333387 |
| | 22 | wall clock time = 0.001213 |
| | 23 | jazz@bio-cluster-12:~$ mpdallexit |
| | 24 | }}} |
| | 25 | |
| | 26 | |
| | 27 | |
| | 28 | == Offical [http://www.mcs.anl.gov/research/projects/mpich2/documentation/files/mpich2-doc-install.pdf Installer's Guide] == |
| | 29 | |
| | 30 | == [http://www.clustertech.com/cpe-eval/doc/mpich2instguide.pdf MPICH2 Installation and Configuration Guide] == |
| | 31 | |
| | 32 | = |