Re: [OMPI users] How to enable progress threads in 1.6?

2012-06-13 Thread Filippo Donida
functions will progress whenever you call into the MPI library today - they just won't progress while you are, for example, running a non-MPI computation in your program. On Jun 13, 2012, at 8:21 AM, Filippo Donida wrote: > Any workaround? > > MPI_Test as po

Re: [OMPI users] How to enable progress threads in 1.6?

2012-06-13 Thread Filippo Donida
progress threads in 1.6? Pretty sure we don't support progress threads in 1.6 - working on it for the future On Jun 13, 2012, at 7:49 AM, Filippo Donida wrote: > Dear OpenMPI users, > > I tried to enable progress thread by using the: > > --enable-mpi-threads --enable-progre

[OMPI users] How to enable progress threads in 1.6?

2012-06-13 Thread Filippo Donida
Dear OpenMPI users, I tried to enable progress thread by using the: --enable-mpi-threads --enable-progress-threads flags during compilation of OpenMPI 1.6 but I got a: "configure: WARNING: unrecognized options: --enable-mpi-thread, --enable-progress-thread" Any suggestion? Thanks, Filippo