Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.223.283 Times

Parallel::Pvm 1.4.0

  Date Added: June 17, 2010  |  Visits: 1.302

Parallel::Pvm

Report Broken Link
Printer Friendly Version


Product Homepage
Download (200 downloads)



Parallel::Pvm is a Perl extension for the Parallel Virtual Machine (PVM) Message Passing System. SYNOPSIS use Parallel::Pvm; The PVM message passing system enables a programmer to configure a group of (possibly heterogenous) computers connected by a network into a parallel virtual machine. The system was developed by the University of Tennessee, Oak Ridge National Laboratory and Emory University. Using PVM, applications can be developed which spawns parallel processes onto nodes in the virtual machine to perform specific tasks. These parallel tasks can also periodically exchange information using a set of message passing functions developed for the system. PVM applications have mostly been developed in the scientific and engineering fields. However applications for real-time and client/server systems can also be developed. PVM simply provides a convenient way for managing parallel tasks and communications without need for rexec or socket level programming. As a utility, PVM enables an organisation to leverage on the computers already available for parallel processing. Parallel applications can be started during non-peak hours to utilise idle CPU cycles. Or dedicated workstation clusters connected via a high performance network like ATM can be used for high performance computing. It is recommended that you read the PVM manual pages and the book "PVM: Parallel Virtual Machine, A userss guide and tutorial for networked parallel computing". Both the PVM system and the book can be obtained from the HTTP address http://www.epm.ornl.gov/pvm. For the rest of this document we will provide a tutorial introduction to developing PVM applications using perl. The interface for some of the PVM functions have been changed of course to give it a more perl-like feel. Remember think perl think parallel! Good Luck!.

Requirements: No special requirements
Platforms: Linux
Keyword: Libraries Machine Message Message Passing Message Passing System Parallel Parallel Virtual Machine Parallelpvm Passing Perl Programming Virtual Virtual Machine
Users rating: 0/10

License: Freeware Size: 19.46 KB
USER REVIEWS
More Reviews or Write Review


PARALLEL::PVM RELATED
File Synchronizers  -  Parallel Virtual File System 1.6.3
The goal of the Parallel Virtual File System (PVFS) Project is to explore the design, implementation, and uses of parallel I/O. PVFS serves as both a platform for parallel I/O research as well as a production file system for the cluster computing...
235.52 KB  
Communication Tools  -  Prattle message board system 0.4
Prattle is a Web-based message board system that implements a linear 'room'model similar to that employed by Web Crossing, Citadel, Well Engaged, etc. It is optimized for extended, focused conversation and has an integratedregistration system.
25.85 KB  
Network & Internet  -  OvBB 0.16a
OvBB project is a light-weight and fast message board system that mimics vBulletin 2.x.x in both look and behavior, while incorporating new features and functionality..
245.76 KB  
Internet Client Suites  -  NetWrix Change Reporting and Auditing for System Center Virtual Machine Manager 1.0.05
The change auditing and reporting is a critical management process to prevent erroneous and unauthorized changes of System Microsoft Center Virtual Machine Manager configuration. The virtual infrastructure is maintained by many administrators and...
3.23 KB  
Communication Tools  -  UberForum 2.2.0
Uberforum is a message board system writtin in PHP and using a mySQL database.It currently supports mulitple forums, an admin system, an account system, and signatures. It now offers the ability to change passwords, and other features.Soon to come-
40 KB  
Web Authoring  -  WebAPP 1.0 SE
WebAPP is a popular, open source Content Management System (cms) written in the Perl programming language. The name WebAPP is an abbreviation of Web Automated Perl Portal. Available under the GNU General Public License, WebAPP is free software....
2 KB  
Libraries  -  Hyperic SIGAR 1.4
Hyperic SIGAR (System Information Gatherer and Reporter) is a cross-platform, cross-language library and command-line tool for accessing operating system and hardware level information in Java, Perl and .NET. Hyperic developed SIGAR to overcome...
1.7 MB  
Libraries  -  Libsigc++ 2.1.1
libsigc++ implements a full callback system for use in abstract interfaces and general programming. libsigc++ is the most complete library of its kind with the ability to connect an abstract callback to a class method, function, or function...
2.1 MB  
Organizers  -  OSGW 0.2.2
OSGW is a webpaged group/project management system written in PHP (and a little Perl) that provides services for people to share files and information for project development. It being designed with expandability and customizability in mind....
 
HTML Utilities  -  HTML2POP3 2.1
HTML2POP3 transforms Webmail to POP3 real accounts, it also includes a SMTP and POP3 tunneling system and a virtual NNTP Google based server that transform Google groups into real NNTP messages.
400 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB