Re: [OMPI users] MPI_Init_thread(..., MPI_THREAD_SERIALIZED) hangs under OSX 10.8.4 if compiled with OpenMPI 1.7.1

2013-06-18 Thread Ralph Castain
I'd suggest just pursuing this with her thread then - like I said, with the config I passed her, it works fine for me, and that is on OSX 10.8.4. However, I use the gcc compiler and not clang. On Jun 18, 2013, at 2:23 PM, Hans Ekkehard Plesser wrote: > > Hi! > > I have tried building with

[OMPI users] Application hangs on mpi_waitall

2013-06-18 Thread Blosch, Edwin L
I'm running OpenMPI 1.6.4 and seeing a problem where mpi_waitall never returns. The case runs fine with MVAPICH. The logic associated with the communications has been extensively debugged in the past; we don't think it has errors. Each process posts non-blocking receives, non-blocking sends,

Re: [OMPI users] MPI_Init_thread(..., MPI_THREAD_SERIALIZED) hangs under OSX 10.8.4 if compiled with OpenMPI 1.7.1

2013-06-18 Thread Hans Ekkehard Plesser
Hi! I have tried building with --enable-opal-multi-threads (it was missing in MacPorts), but that did not help. My problem seems very similar to that reported by Elias Rudberg in a separate thread, using Ubuntu. I am using the clang compiler. Best regards, Hans On 18. juni 2013, at 00.08, R

Re: [OMPI users] Trouble with Sending Multiple messages to the Same Machine

2013-06-18 Thread Gus Correa
On 06/18/2013 01:14 PM, Claire Williams wrote: Hi guys ☺! I'm working with a simple "Hello, World" MPI program that has one master and is sending one message to each worker, receives a message back from each of the workers, and re-sends a new message. This unfortunately is not working :(. When t

[OMPI users] Trouble with Sending Multiple messages to the Same Machine

2013-06-18 Thread Claire Williams
Hi guys ☺! I'm working with a simple "Hello, World" MPI program that has one master and is sending one message to each worker, receives a message back from each of the workers, and re-sends a new message. This unfortunately is not working :(. When the master only sends one message to each worke

Re: [OMPI users] MPI_Init_thread hangs in OpenMPI 1.7.1 when using --enable-mpi-thread-multiple

2013-06-18 Thread Elias Rudberg
Hi, I now tried using --enable-opal-multi-threads (I added an "s" in the end, since "--enable-opal-multi-thread" was not recognized by the configure script). However, my test code still hangs in the same way as before. To be clear, I now configure like this: ./configure --enable-mpi-thread

Re: [OMPI users] mpif90 error with different openmpi editions

2013-06-18 Thread Gus Correa
On 06/18/2013 12:28 AM, xu wrote: my code get this error under openmpi 1.6.4 mpif90 -O2 -m64 -fbounds-check -ffree-line-length-0 -c -o 2dem_mpi.o 2dem_mpi.f90 Fatal Error: Reading module mpi at line 110 column 30: Expected string If I use mpif90: Open MPI 1.3.3 It compiles ok. What the problem fo

Re: [OMPI users] Troubles Building OpenMPI on MinGW-w64 (GCC 4.8.0)

2013-06-18 Thread Jeff Squyres (jsquyres)
Note that the latest binary build we have for Windows is 1.6.2 (after that, as Ralph mentioned, our Windows developer left, and due to persistent lack of interest, Windows support has effectively been dropped from Open MPI). On Jun 17, 2013, at 6:34 PM, Ralph Castain wrote: > You should just

Re: [OMPI users] mpif90 error with different openmpi editions

2013-06-18 Thread Jeff Squyres (jsquyres)
Can you send all the information for your 1.6.4 installation listed here: http://www.open-mpi.org/community/help/ On Jun 18, 2013, at 12:28 AM, xu wrote: > my code get this error under openmpi 1.6.4 > mpif90 -O2 -m64 -fbounds-check -ffree-line-length-0 -c -o 2dem_mpi.o > 2dem_mpi.f90 Fatal

Re: [OMPI users] lsb_launch failed: 0

2013-06-18 Thread Singh, Bharati (GE Global Research, consultant)
Hi Jeff Squyres Issue have resolved after resetting environment variables in the user script. Thanks, Bharati Singh -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Jeff Squyres (jsquyres) Sent: Monday, June 17, 2013 7:13 PM To: Open MP

[OMPI users] mpif90 error with different openmpi editions

2013-06-18 Thread xu
my code get this error under openmpi 1.6.4 mpif90 -O2 -m64 -fbounds-check -ffree-line-length-0 -c -o 2dem_mpi.o 2dem_mpi.f90 Fatal Error: Reading module mpi at line 110 column 30: Expected string If I use mpif90: Open MPI 1.3.3 It compiles ok. What the problem for this?