Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

PVM: Parallel Virtual Machine: A Users' Guide and Tutorial for Network Parallel Computing

Posted By: step778
PVM: Parallel Virtual Machine: A Users' Guide and Tutorial for Network Parallel Computing

Al Geist, Adam Beguelin, Jack Dongarra, "PVM: Parallel Virtual Machine: A Users' Guide and Tutorial for Network Parallel Computing"
1994 | pages: 289 | ISBN: 0262571080 | DJVU | 3,6 mb

Written by the team that developed the software, this tutorial is the definitive resource for scientists, engineers, and other computer users who want to use PVM to increase the flexibility and power of their high-performance computing resources. PVM introduces distributed computing, discusses where and how to get the PVM software, provides an overview of PVM and a tutorial on setting up and running existing programs, and introduces basic programming techniques including putting PVM in existing code. There are program examples and details on how PVM works on UNIX and multiprocessor systems, along with advanced topics (portability, debugging, improving performance) and troubleshooting.

PVM (Parallel Virtual Machine) is a software package that enables the computer user to define a networked heterogeneous collection of serial, parallel, and vector computers to function as one large computer. It can be used as stand-alone software or as a foundation for other heterogeneous network software. PVM may be configured to contain various machine architectures, including sequential processors, vector processors, and multicomputers, and it can be ported to new computer architectures that may emerge.

My Links