Wednesday, April 29, 2009

PVM - Parallel Virtual Machine



What is PVM?

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.

 

Advanced Tutorial on PVM 3.4 New Features and Capabilities

http://www.csm.ornl.gov/pvm/EuroPVM97/

 

PVM List of Frequently Asked Questions

http://www.netlib.org/pvm3/faq_html/faq.html

 

PVM: Parallel Virtual Machine

A Users' Guide and Tutorial for Networked Parallel Computing

http://www.netlib.org/pvm3/book/pvm-book.html

 

Parallel Processing using PVM

http://www.linuxjournal.com/article/2258

 

An Introduction to PVM Programming

http://www.csm.ornl.gov/pvm/intro.html

 

PVM Installation Guide

http://www.uow.edu.au/~suresh/web/cfamily/pvm.html

 

TUTORIAL 2: INTRODUCTION TO MESSAGE PASSING AND PROGRAMMING WITH PVM

http://www.cs.virginia.edu/~hpdc95/tutorials/tut2.html

 

Tutorial Building PVM with SSH Passwordless

http://thyspir.wordpress.com/2008/05/26/tutorial-building-pvm-with-ssh-passwordless-part-2/

2 comments:

whey protein said...

Virtual parallism includes the encapsulation in the center al development. Sloop implementation are running on multi-processor, a hypercube multiprocessor and a hetrogeniou network of workstation.

Maruti said...

Thanks for explaining !!

Post a Comment