Parallel Virtual Machine PVM
#1

Parallel Virtual Machine (PVM) is software system that allows a homogenous (same type) or heterogeneous (different types) networks of computers to be used as a single computational resource . The individual computers may be interconnected by a variety of networks such as Ethernet or FDDI. PVM is used to build and manage the virtual parallel machine and provide the necessary message passing communication. By sending and receiving messages, multiple tasks can be used co-operatively to solve problems in parallel. Under PVM a network of workstations can be used as a single distributed memory computer. The individual machines may have shared or local. This can be used to solve problems which need high computational power
Reply
#2
sir, can you please send me report of parallel virtual machine.
Reply
#3
send me a report on parallel virtual machine
Reply
#4
please send me the detailed report on seminar topic Parallel Virtual Machine PVM.
Reply
#5

[attachment=12673]
1.Introduction:-
PVM (Parallel Virtual Machine) is a software environment for heterogeneous distributed computing. It allows a user to create and access a parallel computing system made from a collection of distributed processors, and treat the resulting system as a single virtual machine (hence the name, parallel virtual machine).
The hardware in a user's virtual machine may be single processor workstations, vector machines or parallel supercomputers or any combination of those. The individual elements may all be of a single type (homogeneous) or all different (heterogeneous) or any mixture, as long as all machines used are connected through one or more networks. These networks may be as small as a LAN connecting machines in the same room, as large as the Internet connecting machines across the world or any combination. This ability to bring together diverse resources under a central control allows the PVM user to divide a problem into subtasks and assign each one to be executed on the processor architecture that is best suited for that subtask.
PVM is based on themessage-passing model of parallel programming. Messages are passed between tasks over the connecting networks.
User's tasks are able to initiate and terminate other tasks, send and receive data, and synchronize with one another using a library of message passing routines. Tasks are dynamic (i.e. can be started or killed during the execution of a program), even the configuration of the virtual machine (i.e. the actual machine that are part of your PVM) can be dynamically configured.
2.History:-
"The first version of PVM was written during Summer of 1989 at Oak Ridge National Laboratory. It was not released, but was used in applications at the lab."
"Version 2 was written from scratch during February 1991 at the University of Tennessee, Knoxville, and released in March of that year. It was intended to clean up and stabilize the system so that external users could benefit."
"After a year and a half of continuing research we felt that we had reached a limit in being able to add to PVM version 2. Version 3 was redesigned from scratch, and a complete rewrite started in September 1992, with first release of the software in March 1993. While similar in spirit to version 2, version 3 includes features that didn't fit the old framework - most importantly fault tolerance, better portability and scalability."
3.Principles:
Principles upon which PVM is built are the following-
• User-configured host pool : The application's computational tasks execute on a set of machines that are selected by the user for a given run of the PVM program. Both single-CPU machines and hardware multiprocessors (including shared-memory and distributed-memory computers) may be part of the host pool. The host pool may be altered by adding and deleting machines during operation (an important feature for fault tolerance).
• Translucent access to hardware: Application programs either may view the hardware environment as an attributeless collection of virtual processing elements or may choose to exploit the capabilities of specific machines in the host pool by positioning certain computational tasks on the most appropriate computers.
• Process-based computation: The unit of parallelism in PVM is a task (often but not always a Unix process), an independent sequential thread of control that alternates between communication and computation. No process-to-processor mapping is implied or enforced by PVM; in particular, multiple tasks may execute on a single processor.
• Explicit message-passing model: Collections of computational tasks, each performing a part of an application's workload using data-, functional-, or hybrid decomposition, cooperate by explicitly sending and receiving messages to one another. Message size is limited only by the amount of available memory.
• Heterogeneity support: The PVM system supports heterogeneity in terms of machines, networks, and applications. With regard to message passing, PVM permits messages containing more than one datatype to be exchanged between machines having different data representations.
• Multiprocessor support: PVM uses the native message-passing facilities on multiprocessors to take advantage of the underlying hardware. Vendors often supply their own optimized PVM for their systems, which can still communicate with the public PVM version.
4.Architecture:-
Each machine that will participate in the PVM system must be executing a pvmd. It is sufficient for a user to execute this daemon in their user space.
The PVM system is started on a single machine (using the pvm console command). That single machine is used to start all other pvmd's in the system, via a host file. PVM uses rsh or ssh to start these daemons.
Machines may share a file system. The binary executables for different architectures, including the PVM commands, are stored in architecture specific directories.
The pvmd looks in the appropriate architecture directory when it needs to execute (spawn) user processes as PVM tasks.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: seminar on java virtual machine, presentation topics on virtual machine, parallel virtual machine a network, virtual sumo a sumo biofeedback enabled acrade machine, windows 7 virtual machine, seminar report on dalvik virtual machine, seminar topics on parallel virtual machine,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Virtual keyboard computer science crazy 3 3,493 17-09-2014, 10:23 PM
Last Post: seminar report asees
  An Overview of Virtual Reality ( Download Full Seminar Report ) computer science crazy 1 5,738 07-01-2013, 11:16 AM
Last Post: seminar details
  Hydra: A Block-Mapped Parallel Flash Memory Solid-State Disk Architecture summer project pal 3 2,927 01-12-2012, 12:40 PM
Last Post: seminar details
  Virtual Reality Electrical Fan 2 2,515 11-06-2012, 03:30 PM
Last Post: seminar details
  virtual reality full report project report tiger 7 6,744 11-06-2012, 03:30 PM
Last Post: seminar details
  Seminar on The Virtual Machine computer girl 0 1,278 09-06-2012, 05:55 PM
Last Post: computer girl
  A SEMINAR REPORT ON VIRTUAL REALITY computer girl 0 1,124 09-06-2012, 12:44 PM
Last Post: computer girl
  Uniprocessor Virtual Memory Without TLBS computer science crazy 1 2,710 12-03-2012, 11:32 AM
Last Post: seminar paper
Brick Virtual keyboard (Download Full Report And Abstract) computer science crazy 30 27,018 05-03-2012, 09:36 AM
Last Post: seminar paper
  Parallel Computing In Remote Sensing Data Processing computer science crazy 4 4,849 01-03-2012, 09:32 AM
Last Post: seminar paper

Forum Jump: