Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Perl and parallel processors

by moklevat (Priest)
on Apr 24, 2007 at 15:27 UTC ( [id://611760]=note: print w/replies, xml ) Need Help??


in reply to Perl and parallel processors

You can certainly do parallel processing using perl. The specific implementation depends a lot on the problem you are trying to solve.

Whatever the situation, your University's cluster/grid probably has some tools installed to make parallel processing simpler. Ask around or check for PVM, LAM/MPI, or MPICH2. Learn how these systems work and check out CPAN for the perl modules that interface with them. Parallel::PVM and Parallel::MPI are both available, but the PVM module has seen more recent updates and has a higher version number, so it might be a better bet.

Good luck with the project.

Replies are listed 'Best First'.
Re^2: Perl and parallel processors
by marioroy (Prior) on Feb 28, 2013 at 05:56 UTC

    There now exist a new module called Many-core Engine (MCE) for Perl. There are many examples including matrix multiplication with PDL across many cores.

    https://metacpan.org/module/MCE

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://611760]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-25 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found