Main > Programming > Libraries >

PDL::Parallel::MPI 0.02

PDL::Parallel::MPI 0.02

Sponsored Links

PDL::Parallel::MPI 0.02 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.13 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 847
Date added: 2007-07-07
Publisher: Darin McGill

PDL::Parallel::MPI 0.02 description

PDL::Parallel::MPI Perl module contains routines to allow PDL objects to be moved around on parallel systems using the MPI library.

SYNOPSIS

use PDL;
use PDL::Parallel::MPI;
mpirun(2);

MPI_Init();
$rank = get_rank();
$a=$rank * ones(2);
print "my rank is $rank and $a is $an";
$a->move( 1 => 0);
print "my rank is $rank and $a is $an";
MPI_Finalize();

MPI STANDARD CALLS

Most of the functions from the MPI standard may be used from this module on regular perl data. This is functionallity inherited from the Parallel::MPI module. Read the documentation for Parallel::MPI to see how to use.

One may mix mpi calls on perl built-in-datatypes and mpi calls on piddles.

use PDL;
use PDL::Parallel::MPI;
mpirun(2);

MPI_Init();
$rank = get_rank();
$pi = 3.1;
if ($rank == 0) {
MPI_Send($pi,1,MPI_DOUBLE,1,0,MPI_COMM_WORLD);
} else {
$message = zeroes(1);
$message->receive(0);
print "pi is $messagen";
}
MPI_Finalize();

PDL::Parallel::MPI 0.02 Screenshot

Advertisements

PDL::Parallel::MPI 0.02 Keywords

Bookmark PDL::Parallel::MPI 0.02

Hyperlink code:
Link for forum:

PDL::Parallel::MPI 0.02 Copyright

WareSeeker periodically updates pricing and software information of PDL::Parallel::MPI 0.02 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of PDL::Parallel::MPI 0.02 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
PDL::LinearAlgebra Perl module contains linear algebra utils for PDL. Free Download
Pod::Template is a Perl module for building pod documentation from templates. Free Download
PLJava is Perl module that will embed Perl into Java. Free Download
OpenGeDB Perl module is a module to access the OpenGeoDB database and calculate all ZIP codes in a certain radius. Free Download
ModPerl::PackageRegistry is a Perl module to map URIs to perl package namespaces. Free Download
CVS Perl library is a Perl module which is is a wrapper around the CVS command with an object-oriented interface. Free Download
Locale::Memories is a Perl module for L10N Message Retrieval. Free Download
Parallel::Workers::Shared is a simple Perl module. Free Download