Re: [OMPI devel] MPI_Init_thread problem on ubuntu ARM (open-mpi 1.4.3)

2012-03-27 Thread Leif Lindholm
Squyres > Sent: 22 March 2012 18:20 > To: Open MPI Developers > Subject: Re: [OMPI devel] MPI_Init_thread problem on ubuntu ARM (open- > mpi 1.4.3) > > We did not support ARM until Open MPI 1.5.x. > > On Mar 21, 2012, at 7:07 AM, Juan Solano wrote: > > > > >

Re: [OMPI devel] MPI_Init_thread problem on ubuntu ARM (open-mpi 1.4.3)

2012-03-22 Thread Jeffrey Squyres
We did not support ARM until Open MPI 1.5.x. On Mar 21, 2012, at 7:07 AM, Juan Solano wrote: > > Hello, > > I have a problem using Open MPI on my linux system (pandaboard running > Ubuntu precise). A call to MPI_Init_thread with the following parameters > hangs: > > MPI_Init_thread(0, 0, MPI_

Re: [OMPI devel] MPI_Init_thread problem on ubuntu ARM (open-mpi 1.4.3)

2012-03-22 Thread Ralph Castain
What OMPI version are you using? On Mar 21, 2012, at 5:07 AM, Juan Solano wrote: > > Hello, > > I have a problem using Open MPI on my linux system (pandaboard running > Ubuntu precise). A call to MPI_Init_thread with the following parameters > hangs: > > MPI_Init_thread(0, 0, MPI_THREAD_MULTI

[OMPI devel] MPI_Init_thread problem on ubuntu ARM (open-mpi 1.4.3)

2012-03-21 Thread Juan Solano
Hello, I have a problem using Open MPI on my linux system (pandaboard running Ubuntu precise). A call to MPI_Init_thread with the following parameters hangs: MPI_Init_thread(0, 0, MPI_THREAD_MULTIPLE, &provided); it seems that we are stuck on this loop in function opal_condition_wait(): whil