[OMPI users] MUMPS Linking Problems

2007-10-29 Thread Tim Reis
Dear Mailing list, I'm trying to build my program that makes use of MUMPS but I keep getting the following error messages: /snoopyhome/ucahhwi/MUMPS_4.5.4/lib/libdmumps.a(dmumps_orderings.o) (.text+0x13b): In function `dmumps_pord': : undefined reference to `SPACE_ordering'

[OMPI users] Error initializing openMPI

2007-10-29 Thread Jorge Parra
Hi, When running openMPI my system freezes when initializing MPI (function MPI_init). This happens only when I try to run the process in multiples nodes in my cluster. Running multiple instances of the testing code locally (i.e ./mpirun -np 2 greetings) is succesful. - rsh runs well, and is

Re: [OMPI users] Differences between hostfile in LAM-MPI and OPEN MPI.

2007-10-29 Thread jody
Hi Check out the FAQs http://www.open-mpi.org/faq/?category=running#mpirun-host and http://www.open-mpi.org/faq/?category=running#mpirun-scheduling You'll find some examples for hostfiles as well. Jody

[OMPI users] Differences between hostfile in LAM-MPI and OPEN MPI.

2007-10-29 Thread Siamak Riahi
Hi all: I have been using LAM MPI and for certain reasons wanted to move to OPEN MPI. I want to know the differences in hostfile between LAM MPI and OPNE MPI. What exactly needs to be introduced in the hostfile for OPEN MPI and what are the options. Thanks, Siamak

Re: [OMPI users] Process 0 with different time executing the same code

2007-10-29 Thread Prasun Ratn
There is nothing MPI specific in your code snippet. You should try to find out what is different in your code for node 0. You have mentioned that you have moved the root node to other nodes, so it's not machine specific. You might be setting up the arrays differently on the different nodes. You

Re: [OMPI users] Process 0 with different time executing the same code

2007-10-29 Thread 42aftab
Hi All, Thanks for the help. I think that I don't have the cache issue because all the processes have the same amount of data, and accessed in the same fashion. My problem is solved partially as I was using 2, 4, 8 , 16, 32 and 64 processes for my application code. Now what I did I used 3