PDA

View Full Version : openMPI message



LasherHN
January 22nd, 2009, 11:47 PM
I compiled openMPI because the one from the repos were acting funny.
Everything works now, sorta but everytime I use mpirun to run something it asks for my sudo password and gives this message:


hellop: Symbol `ompi_mpi_comm_world' has different size in shared object, consider re-linking

And I'm not sure what it means or what's it about. (I'm just starting a parallel computing class)

monkeyking
January 23rd, 2009, 12:55 AM
I had problems in the past with the mpi in the repos.

But you need to elaborate on your setup,
did you compile mpi on all your machines,
is it a homogeneous system.

LasherHN
January 23rd, 2009, 01:05 AM
It's actually in my laptop (Dell Inspiron 6000 under Intrepid, Pentium M, I don't really remember the specifications anymore ), I installed it here because I've been told you can simulate more than one process so I can code and compile here to see if it works then take my work to school's lab.

Edit: The strange message went away...
Still it asks me for my sudo password every time I use mpirun tho. I'm thinking that it may have to do with a configuration with ssh (I had to install a ssh server for it to work out).

monkeyking
January 23rd, 2009, 05:41 PM
You just need to install your dsa key.
If you don't thinking about it,
you can use ssh install keys

http://www.catb.org/~esr/ssh-installkeys/