[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

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

2012-06-13 Thread Ralph Castain
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-progress-threads > > flags during compilation of O

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

2012-06-13 Thread Filippo Donida
Any workaround? MPI_Test as polling function? From: users-boun...@open-mpi.org [users-boun...@open-mpi.org] On Behalf Of Ralph Castain [r...@open-mpi.org] Sent: Wednesday, June 13, 2012 4:12 PM To: Open MPI Users Subject: Re: [OMPI users] How to enable

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

2012-06-13 Thread Ralph Castain
June 13, 2012 4:12 PM > To: Open MPI Users > Subject: Re: [OMPI users] How to enable 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: > >> De

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

2012-06-13 Thread Filippo Donida
...@open-mpi.org] On Behalf Of Ralph Castain [r...@open-mpi.org] Sent: Wednesday, June 13, 2012 4:29 PM To: Open MPI Users Subject: Re: [OMPI users] How to enable progress threads in 1.6? Not sure I understand the question - the progress thread option just enables async progress to be made. All MPI

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

2012-06-13 Thread Ralph Castain
users-boun...@open-mpi.org [users-boun...@open-mpi.org] On Behalf Of >> Ralph Castain [r...@open-mpi.org] >> Sent: Wednesday, June 13, 2012 4:12 PM >> To: Open MPI Users >> Subject: Re: [OMPI users] How to enable progress threads in 1.6? >> >> Pretty sure we don'

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

2012-06-15 Thread Jeff Squyres
On Jun 13, 2012, at 10:35 AM, Filippo Donida wrote: > My idea is to have a thread to be launched just after the MPI_Isend call with > a fake MPI_Test function call, just to make the sending operation > progressing. Sorry for jumping in late (usual disclaimer about my INBOX being a disaster...)