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
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
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
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
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
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
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
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
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