Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: OpenMPI and Perl

by spadacciniweb (Curate)
on Nov 19, 2009 at 13:07 UTC ( [id://808145]=note: print w/replies, xml ) Need Help??


in reply to Re: OpenMPI and Perl
in thread OpenMPI and Perl

Yes
> objdump -tT /usr/local/lib/perl/5.10.0/auto/Parallel/MPI/Simple/Simp +le.so | grep ompi_mpi_char 00000000 *UND* 00000000 ompi_mpi_char 00000000 D *UND* 00000000 ompi_mpi_char

but there isn't in others libs. So this is the problem, isn't true?

Mariano

(($_="Mzz ojjdloobnf jt uvy5502383")=~y~b-zg2-5c96-81~a-z0-9~s)=~s~~~s; print

Replies are listed 'Best First'.
Re^3: OpenMPI and Perl
by almut (Canon) on Nov 19, 2009 at 14:32 UTC
    but there isn't in others libs. So this is the problem

    Looks like it, yes.  Maybe your MPI library is the wrong version (too old)? A quick grep through the current Open MPI sources shows the symbol is defined in ./ompi/datatype/dt_module.c.  But I'm no Open MPI expert, and can't tell from the top of my head if that symbol should end up in the lib libmpich-p4mpd.so.1.0 (which you seem to have), or in some other related lib...

    You could try compiling the sources yourself (unless you've already done so), and check every .so/.a file being created for the occurrence of the symbol.

      Ok, I think my libmpich-p4mpd.so.1.0 lib is too old. It is a package (prebuild in my distribution).
      Now I am recompiling OpenMPI lib from source.

      Thank you,
      Mariano

      (($_="Mzz ojjdloobnf jt uvy5502383")=~y~b-zg2-5c96-81~a-z0-9~s)=~s~~~s; print

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 19:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found