Changes between Version 4 and Version 5 of jazz/mpich2_guide


Ignore:
Timestamp:
Jul 2, 2008, 9:55:45 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/mpich2_guide

    v4 v5  
    5656}}}
    5757
     58 * 5.7.1 MPD in the PBS environment
     59   * One way to convert the node file to the MPD format is as follows:
     60{{{
     61sort $PBS_NODEFILE | uniq -C | awk ’{ printf(”%s:%s”, $2, $1); }’ > mpd.nodes
     62}}}
     63
     64 *
     65{{{
     66tty1:
     67
     68jazz@bio-cluster-12:~$ mpiexec -n 2 /home/jazz/demo1
     69This is machine 0 of 2  name = bio-cluster-12
     70This is machine 1 of 2  name = bio-cluster-08
     71
     72=================================================================
     73tty2:
     74
     75jazz@bio-cluster-12:~$ mpdlistjobs
     76jobid    = 4@bio-cluster-12_48909
     77jobalias =
     78username = jazz
     79host     = bio-cluster-12
     80pid      = 3619
     81sid      = 3618
     82rank     = 0
     83pgm      = /home/jazz/demo1
     84
     85jobid    = 4@bio-cluster-12_48909
     86jobalias =
     87username = jazz
     88host     = bio-cluster-08
     89pid      = 6187
     90sid      = 6186
     91rank     = 1
     92pgm      = /home/jazz/demo1
     93}}}
     94
    5895== Offical [http://www.mcs.anl.gov/research/projects/mpich2/documentation/files/mpich2-doc-install.pdf Installer's Guide] ==
    5996