Re: [OMPI users] [threads] How to configure Open MPI for thread support

2012-10-08 Thread Ralph Castain
Yep - that is correct On Mon, Oct 8, 2012 at 12:31 PM, Daniel Mitchell < daniel.lewis.mitch...@gmail.com> wrote: > Hi everyone, > > I'm writing a hybrid parallel program and it seems that unless I > configure Open MPI with --enable-thread-multiple, then MPI_Init_thread > always provides MPI_THREA

[OMPI users] [threads] How to configure Open MPI for thread support

2012-10-08 Thread Daniel Mitchell
Hi everyone, I'm writing a hybrid parallel program and it seems that unless I configure Open MPI with --enable-thread-multiple, then MPI_Init_thread always provides MPI_THREAD_SINGLE, regardless of what I pass for the required argument. Does this mean that I have to configure with --enable-thread