http://qs1969.pair.com?node_id=155974

Alex the Serb has asked for the wisdom of the Perl Monks concerning the following question:

Hi friends,

can you help me? I was wondering if someone could show me the direction in which I could make parallel code using Perl in Beowulf cluster environment?

thanks in advance

PS: I just cant find anything regarding Beowulf and Perl on this site?!

Replies are listed 'Best First'.
Re: Beowulf and Perl
by larryk (Friar) on Apr 02, 2002 at 12:35 UTC
      A little birdie (called Google) whispered to me
      Would that birdie be a pigeon? ;-)

      /prakash

Re: Beowulf and Perl
by quidity (Pilgrim) on Jun 15, 2002 at 10:55 UTC

    You might also want to look into Parallell::MPI and Parallel::MPI::Simple. If you're doing numerical work, there's also PDL::Parallel::MPI (which depends on P::MPI).