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