Re: [OMPI devel] MPI_THREAD_MULTIPLE testing on trunk

2012-08-08 Thread Christopher Yeoh
> On Thu, 2 Aug 2012 10:25:53 -0400 > Jeff Squyres wrote: > > > On Aug 1, 2012, at 9:44 AM, Christopher Yeoh wrote: > > > (gdb) bt > #0 0x008039720d6c in .pthread_cond_wait () > from /lib64/power6/libpthread.so.0 #1 0x041299d8 in > opal_condition_wait

Re: [OMPI devel] MPI_THREAD_MULTIPLE testing on trunk

2012-08-07 Thread Paul Kapinos
Hi Christopher, I cannot reproduce your problem on my fresh installed 1.6.1rc2. I've used the attached program which is essentially your test case with a bit modification sin order to make in compilable. The 1.6 tree works fine for me, its only trunk (I haven't tried 1.7). Any chance you

Re: [OMPI devel] MPI_THREAD_MULTIPLE testing on trunk

2012-08-03 Thread Paul Kapinos
Christopher, I cannot reproduce your problem on my fresh installed 1.6.1rc2. I've used the attached program which is essentially your test case with a bit modification sin order to make in compilable. But what I see is that there seem to be a small timeout somewhere in initializing stage: if

Re: [OMPI devel] MPI_THREAD_MULTIPLE testing on trunk

2012-08-02 Thread Jeff Squyres
On Aug 1, 2012, at 9:44 AM, Christopher Yeoh wrote: > I was wondering if anyone else recently had tried to run trunk > configured with --enable-mpi-thread-multiple and an MPI program that > passed MPI_THREAD_MULTIPLE to MPI_Init_thread on a machine using the > openib btl? I run one of my MTT

[OMPI devel] MPI_THREAD_MULTIPLE testing on trunk

2012-08-01 Thread Christopher Yeoh
Hi, I was wondering if anyone else recently had tried to run trunk configured with --enable-mpi-thread-multiple and an MPI program that passed MPI_THREAD_MULTIPLE to MPI_Init_thread on a machine using the openib btl? I'm seeing even very basic programs hang. If it is working for you, what