Re: [OMPI devel] Question about hanging mpirun

2011-07-07 Thread Jeff Squyres
On Jul 5, 2011, at 2:21 PM, Ralph Castain wrote: >> Ok I think I figured out what the deadlock in my application was... and >> please confirm if this makes sense: >> 1. There was an 'if' condition that was met, causing 2 (out of 3) of my >> processes to call MPI_finalize(). >> 2. The remaining

Re: [OMPI devel] Question about hanging mpirun

2011-07-05 Thread Ralph Castain
oseanibal > > > -Original Message- > From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On > Behalf Of Colon, Joseanibal > Sent: Friday, July 01, 2011 5:05 PM > To: Open MPI Developers > Subject: Re: [OMPI devel] Question about hanging mp

Re: [OMPI devel] Question about hanging mpirun

2011-07-05 Thread Colon, Joseanibal
On Behalf Of Colon, Joseanibal Sent: Friday, July 01, 2011 5:05 PM To: Open MPI Developers Subject: Re: [OMPI devel] Question about hanging mpirun Thanks, will do, I'll get back to you soon -Original Message- From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On

Re: [OMPI devel] Question about hanging mpirun

2011-07-01 Thread Colon, Joseanibal
Thanks, will do, I'll get back to you soon -Original Message- From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On Behalf Of Jeff Squyres Sent: Friday, July 01, 2011 5:00 PM To: Open MPI Developers Subject: Re: [OMPI devel] Question about hanging mpirun It s

Re: [OMPI devel] Question about hanging mpirun

2011-07-01 Thread Jeff Squyres
esn’t have support for a lot of the components – no IB devices found). I >> want openmpi to use the simplest form available. Thanks! >> >> -Joseanibal >> >> >> From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On >> Behalf Of Ralph Castai

Re: [OMPI devel] Question about hanging mpirun

2011-07-01 Thread Ralph Castain
pport for a lot of the components – no IB devices found). I > want openmpi to use the simplest form available. Thanks! > > -Joseanibal > > > From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On > Behalf Of Ralph Castain > Sent: Friday, Jul

Re: [OMPI devel] Question about hanging mpirun

2011-07-01 Thread Colon, Joseanibal
I want openmpi to use the simplest form available. Thanks! -Joseanibal From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On Behalf Of Ralph Castain Sent: Friday, July 01, 2011 3:50 PM To: Open MPI Developers Subject: Re: [OMPI devel] Question about hanging mpirun Make su

Re: [OMPI devel] Question about hanging mpirun

2011-07-01 Thread Ralph Castain
Make sure your LD_LIBRARY_PATH will pickup this installation before anything else - it's possible it is picking up an old one. I take it that you are running this on a single machine? So all the procs are local? Only other issue is that OMPI's configure does a lot of testing to detect the loca

[OMPI devel] Question about hanging mpirun

2011-07-01 Thread Colon, Joseanibal
My mpi application is hanging forever when called with mpirun -np >1 (that is 2 or more... not actually typing the '>'). So I built openmpi 1.4.3 with default options except I used -prefix=/usr/local/openmpi. I compiled an application against it but I need to run this application elsewhere. So