mpich2 version 1.0.6p1 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    mpich2  most recent diff


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



      # $Id: Portfile 33292 2008-01-22 22:00:34Z mww macports.org $

      PortSystem 1.0

      Name: mpich2
      Version: 1.0.6p1
      revision 1
      Category: science parallel net
      Platform: darwin
      Maintainers: nomaintainer
      Description: Message Passing Interface (MPI) Library
      Long Description: MPICH2 is an implementation of the Message-Passing Interface (MPI). The goals of MPICH2 are to provide an MPI implementation for important platforms, including clusters, SMPs, and massively parallel processors. It also provides a vehicle for MPI implementation research and for developing new and better parallel programming environments.

      Homepage: http://www-unix.mcs.anl.gov/mpi/mpich2/
      master_sites ftp://ftp.mcs.anl.gov/pub/mpi/
      checksums sha1 f8acd360df0380774d74804a706ffc1022acd62e
      patchfiles patch-Makefile.in patch-src-util-createshlib.in

      depends_lib port:python24

      # the default include-dir conflicts with openmpi!
      configure.args --with-thread-package=posix --enable-timer-type=gettimeofday --enable-cxx --mandir=${prefix}/share/man --with-htmldir=${prefix}/share/doc/${name} --includedir=${prefix}/include/${name} --with-docdir=${prefix}/share/doc/${name}

      Variant: g95 {
      depends_lib-append port:g95
      configure.f77 "${prefix}/bin/g95"
      configure.fflags "-i4"
      configure.f90 "${prefix}/bin/g95"
      configure.f90flags "-i4"
      configure.args-append --enable-f77 --enable-f90
      }

      Variant: romio {
      configure.args-append --enable-romio
      }

      Variant: gforker {
      configure.args-append --enable-pm=gforker:mpd
      }

      platform darwin {
      configure.args-append --enable-sharedlibs=osx-gcc
      }


    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/mpich2
      % sudo port install mpich2
      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 mpich2
      ---> Verifying checksum for mpich2
      ---> Extracting mpich2
      ---> Configuring mpich2
      ---> Building mpich2 with target all
      ---> Staging mpich2 into destroot
      ---> Installing mpich2
    - 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 mpich2 with these commands:
      %  man mpich2
      % apropos mpich2
      % which mpich2
      % locate mpich2

     Where to find more information:

    Darwin Ports



    image test