pvm version 3.4.5 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    pvm  most recent diff


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



      # $Id: Portfile 30184 2007-10-22 19:32:09Z mww macports.org $

      PortSystem 1.0

      Name: pvm
      Version: 3.4.5
      revision 1
      Category: science parallel net
      Platform: darwin
      Maintainers: mww
      Description: pvm permits a network of computers to act as a cluster
      Long Description: PVM (Parallel Virtual Machine) is a software package that permits a heterogeneous collection of Unix and/or Windows computers hooked together by a network to be used as a single large parallel computer. Thus large computational problems can be solved more cost effectively by using the aggregate power and memory of many computers.

      Homepage: http://www.csm.ornl.gov/pvm/
      master_sites http://www.netlib.org/pvm3/ ftp://ftp.netlib.org/pvm3/ ftp://ftp.chg.ru/pub/prog/parallel/pvm3/
      distfiles ${name}${version}.tgz
      checksums md5 086e6d707b40adba04bddba8e5b6b17d
      patchfiles patch-console-cons.c patch-src-global.h patch-src-lpvmgen.c patch-src-pvmcruft.c patch-src-pvmd.c patch-tracer-trcutil.c

      set pvm_root ${prefix}/lib/pvm
      set pvm_droot ${destroot}${pvm_root}
      set pvm_arch DARWIN

      worksrcdir pvm3

      use_configure no

      build.env PVM_ROOT=${worksrcpath}

      platform darwin 8 {
      pre-patch {
      file copy -force ${filespath}/DARWIN8.def ${worksrcpath}/conf/DARWIN.def
      }
      build.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
      }

      destroot {
      xinstall -m 755 -d ${pvm_droot}/lib/${pvm_arch}/ ${pvm_droot}/conf
      file copy ${worksrcpath}/bin ${pvm_droot}
      xinstall -m 755 -W ${worksrcpath}/lib/${pvm_arch}/ pvm pvmd3 pvmgs ${pvm_droot}/lib/${pvm_arch}/
      xinstall -m 755 -W ${worksrcpath}/lib pvm pvmd pvmgetarch aimk ${pvm_droot}/lib
      system "cd ${destroot}${prefix}/bin && ln -sf ${pvm_root}/lib/pvm && ln -sf ${pvm_root}/lib/pvmd && ln -sf ${pvm_root}/lib/aimk"
      xinstall -m 644 -W ${worksrcpath}/lib/${pvm_arch}/ libfpvm3.a libgpvm3.a libpvm3.a libpvmtrc.a ${destroot}${prefix}/lib
      xinstall -m 644 ${worksrcpath}/conf/${pvm_arch}.def ${pvm_droot}/conf
      xinstall -m 644 -W ${worksrcpath}/include fpvm3.h fpvm3_watcom.h pvm3.h pvmproto.h pvmtev.h ${destroot}${prefix}/include
      file delete ${destroot}${prefix}/share/man/man1 ${destroot}${prefix}/share/man/man3
      file copy ${worksrcpath}/man/man1 ${destroot}${prefix}/share/man/man1
      file copy ${worksrcpath}/man/man3 ${destroot}${prefix}/share/man/man3
      }

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

     Where to find more information:

    Darwin Ports



    image test