Re: [OMPI devel] pthreads (was: Re: RFC: remove --disable-smp-locks)

2015-01-16 Thread Gilles Gouaillardet
Folks, i pushed two commits in order to remove the --with-threads option and the dead code : commit 7a55d49ca78bcc157749c04027515f12b026ec33 Author: Gilles Gouaillardet List-Post: devel@lists.open-mpi.org Date: Tue Oct 21 19:13:19 2014 +0900 configury: per RFC, remove the --with-threads o

Re: [OMPI devel] pthreads (was: Re: RFC: remove --disable-smp-locks)

2015-01-07 Thread Ralph Castain
See note on other thread as to why we made the pthread decision > On Jan 7, 2015, at 8:30 AM, Jeff Squyres (jsquyres) > wrote: > > Ok. Then I'm good with Gilles' plan. > > Anyone else? > > > On Jan 7, 2015, at 11:29 AM, Nathan Hjelm wrote: > >> >> Yes, we decided some time back that pthr

Re: [OMPI devel] pthreads (was: Re: RFC: remove --disable-smp-locks)

2015-01-07 Thread Ralph Castain
> On Jan 7, 2015, at 8:13 AM, Jeff Squyres (jsquyres) > wrote: > > On Jan 7, 2015, at 4:25 AM, Gilles Gouaillardet > wrote: > >> Talking about thread support ... >> >> i made a RFC several monthes ago in order to remove the >> --with-threads option from configure >> >> /* ompi requires pth

Re: [OMPI devel] pthreads (was: Re: RFC: remove --disable-smp-locks)

2015-01-07 Thread Jeff Squyres (jsquyres)
Ok. Then I'm good with Gilles' plan. Anyone else? On Jan 7, 2015, at 11:29 AM, Nathan Hjelm wrote: > > Yes, we decided some time back that pthreads is a minimum requirement > for Open MPI. > > -Nathan > > On Wed, Jan 07, 2015 at 04:26:01PM +, Jeff Squyres (jsquyres) wrote: >> On Jan 7,

Re: [OMPI devel] pthreads (was: Re: RFC: remove --disable-smp-locks)

2015-01-07 Thread Nathan Hjelm
Yes, we decided some time back that pthreads is a minimum requirement for Open MPI. -Nathan On Wed, Jan 07, 2015 at 04:26:01PM +, Jeff Squyres (jsquyres) wrote: > On Jan 7, 2015, at 11:22 AM, Gilles Gouaillardet > wrote: > > > Valid options are : > > --with-threads e.g. --with-threads=pos

Re: [OMPI devel] pthreads (was: Re: RFC: remove --disable-smp-locks)

2015-01-07 Thread Jeff Squyres (jsquyres)
On Jan 7, 2015, at 11:22 AM, Gilles Gouaillardet wrote: > Valid options are : > --with-threads e.g. --with-threads=posix e.g. default > And > --with-threads=no > > Except configure will explicitly fail if --with-threads=no is used Which is the moral equivalent of not having this option. :-)

Re: [OMPI devel] pthreads (was: Re: RFC: remove --disable-smp-locks)

2015-01-07 Thread Gilles Gouaillardet
Valid options are : --with-threads e.g. --with-threads=posix e.g. default And --with-threads=no Except configure will explicitly fail if --with-threads=no is used So bottom line, pthreads and pthreads only are usable Cheers, Gilles "Jeff Squyres (jsquyres)" さんのメール: >On Jan 7, 2015, at 4:25 AM

[OMPI devel] pthreads (was: Re: RFC: remove --disable-smp-locks)

2015-01-07 Thread Jeff Squyres (jsquyres)
On Jan 7, 2015, at 4:25 AM, Gilles Gouaillardet wrote: > Talking about thread support ... > > i made a RFC several monthes ago in order to remove the > --with-threads option from configure > > /* ompi requires pthreads, no more, no less */ Did we decide this? (that OMPI *requires* pthreads)