pvmgmake命令解釋

來源:互聯網
上載者:User
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. The software is very portable. The source, which is available free thru netlib, has been compiled on everything from laptops to CRAYs.

PVM enables users to exploit their existing computer hardware to solve much larger problems at minimal additional cost. Hundreds of sites around the world are using PVM to solve important scientific, industrial, and medical problems in addition to PVM's use as an educational tool to teach parallel programming. With tens of thousands of users, PVM has become the de facto standard for distributed computing world-wide.

 

PVM Gmake

  1. Introduction
  2. Features
  3. How to Build
  4. Tested on
  5. Download
  6. CVS Repository
  7. Forums
Introduction
    This version of GNU make can use PVM to distribute jobs over a heterogeneous cluster

    Look at the SourceForge PVM-Gmake project page

Features
  • Use the standard -j  and --load-average option to spawn in other host
  • TARGET_ARCH and TARGET_HOST can be defined in the makefile to force spawn to an other architecture/host
  • The priority (nice) is propagated to children
  • The load-balancing is now done by the make itself and it can manage load average option (-l, --load-average or --max-load)
  • multi-target synchronization using +
    target1 + target2: prereq1 ...
  • auto-dependencies (see autodepend.sf.net)
  • file audit (see autodepend.sf.net)
How to Build
  1. ./configure --prefix=$PREFIX --bindir=$PVM_ROOT/bin/$PVM_ARCH /
    --libexecdir=$PVM_ROOT/bin/$PVM_ARCH /
    --with-pvm

    you can add this if you want to enable autodependency tracking system
    --enable-autodepend /
    --libdir=$PVM_ROOT/lib/$PVM_ARCH

    if you want to preserve original make you can rename the pvm one
    --program-prefix=pvm

  2. make && make install
    if you want to rename mannualy make rename also rename make_pvm and make_avg keeping the '_pvm' and '_avg' suffixes
  3. If you are in a heterogeneous cluster, a wrapper script can be helpfull to elect the right make binary
    exec $PVM_ROOT/bin/$PVM_ARCH/make MAKE=$0 $*
Tested on
    • SUN4SOL2 : Solaris 2.5 et 2.6, 2.7, 2.8
    • HPPA : HP-UX-B.10.20
    • LINUX : Mandrake 6.0, Rehat 9.0, Fedora3
    Download
    Download from sourceForge
    CVS Repository
    Browse the CVS Tree
    Anonymous CVS Access

    This project's SourceForge CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply press the Enter key.

    cvs -d:pserver:anonymous@cvs.pvmgmake.sourceforge.net:/cvsroot/pvmgmake login

    cvs -z3 -d:pserver:anonymous@cvs.pvmgmake.sourceforge.net:/cvsroot/pvmgmake co pvmgmake

    Updates from within the module's directory do not need the -d parameter.

    Forums
      Open Discussion
      Help

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.