Mpich version 1.2.7p1 - How to Download and Install on Mac OS X
Tuesday the 9th of February, 2010

    version 1.2.7p1

      View the most recent changes for the mpich port at: mpich.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for mpich.
      The raw portfile for mpich 1.2.7p1 is located here:
      http://mpich.darwinports.com/dports/science/mpich/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/mpich


      The mpich Portfile 43981 2008-12-19 01:15:29Z blb macports.org $

      PortSystem 1.0

      Name: mpich
      Version: 1.2.7p1
      Category: science parallel net
      Maintainers: nomaintainer
      Description: Message Passing Interface (MPI) Library
      Long Description: MPICH is a portable implementation of the MPI (Message Passing Interface) standard. The goal of MPI, simply stated, is to develop a widely used standard for writing message-passing programs. As such the interface should establish a practical, portable, efficient, and flexible standard for message passing. Included are a full set of documents and parallel programming examples.
      Homepage: http://www-unix.mcs.anl.gov/mpi/mpich1/
      Platform: darwin
      Master Sites: ftp://ftp.mcs.anl.gov/pub/mpi/
      Checksums: md5 4fc0f20bddfbd5061a11047cf2d17d31 sha1 68424f3fe1746ae597aeb1729be50d205ccba91c rmd160 8192e0518f160c12b212ba260371db6159a34049
      use_bzip2 yes

      build.target

      destroot.destdir PREFIX=${destroot}${prefix}
      destroot.violate_mtree yes
      post-destroot {
      file delete -force ${destroot}${prefix}/man/mandesc ${destroot}${prefix}/share/man ${destroot}${prefix}/examples ${destroot}${prefix}/sbin/mpiuninstall
      file rename ${destroot}${prefix}/man ${destroot}${prefix}/share/man
      xinstall -m 755 -d ${destroot}${prefix}/share/doc
      file rename ${destroot}${prefix}/doc ${destroot}${prefix}/share/doc/${name}
      file rename ${destroot}${prefix}/share/examples ${destroot}${prefix}/share/doc/${name}/examples
      file rename ${destroot}${prefix}/www ${destroot}${prefix}/share/doc/${name}/html
      file rename ${destroot}${prefix}/share/machines.freebsd_ppc ${destroot}${prefix}/share/doc/${name}/machines.freebsd_ppc
      file rename ${destroot}${prefix}/share/machines.sample ${destroot}${prefix}/share/doc/${name}/machines.sample
      file rename ${destroot}${prefix}/share/Makefile.sample ${destroot}${prefix}/share/doc/${name}/Makefile.sample
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/mpich
      % sudo port install mpich
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching mpich
      ---> Verifying checksum for mpich
      ---> Extracting mpich
      ---> Configuring mpich
      ---> Building mpich with target all
      ---> Staging mpich into destroot
      ---> Installing mpich
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using mpich with these commands:
      %  man mpich
      % apropos mpich
      % which mpich
      % locate mpich

     Where to find more information:

    Darwin Ports



    Lightbox this page.