Changes between Version 7 and Version 8 of jazz/mpich2_guide


Ignore:
Timestamp:
Jul 2, 2008, 10:15:16 PM (17 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/mpich2_guide

    v7 v8  
    136136== Offical [http://www.mcs.anl.gov/research/projects/mpich2/documentation/files/mpich2-doc-install.pdf Installer's Guide] ==
    137137
     138 * 4 Choosing the Communication Device
     139   * Most installations should use either the ch3:ssm or ch3:sock methods. If you need multi-threaded MPI, you must use ch3:sock in this release. If you have a cluster of SMPs and do not need a multi-threaded MPI, then select ch3:ssm. If you are interested in trying out our highest-performance device, and need neither threads nor the dynamic process routines from MPI, then you can use ch3:nemesis.
     140 * 5.1.5 Running MPD on multi-homed systems
     141{{{
     142n1% mpd --ifhn=192.168.1.1 &
     143}}}
     144
    138145== [http://www.clustertech.com/cpe-eval/doc/mpich2instguide.pdf MPICH2 Installation and Configuration Guide] ==