Re: [OMPI devel] Open MPI autogen.pl in tarball

2015-10-30 Thread Gilles Gouaillardet
Jeff, OK, will do Cheers, Gilles On Saturday, October 31, 2015, Jeff Squyres (jsquyres) wrote: > On Oct 30, 2015, at 12:09 PM, Barrett, Brian > wrote: > > > > However, I do like Gilles' suggestion to make autogen.pl be a little > smarter. If I recall correctly (and it's been a couple years

Re: [OMPI devel] Open MPI autogen.pl in tarball

2015-10-30 Thread Paul Hargrove
On Tuesday, October 27, 2015, Jeff Squyres (jsquyres) wrote: > we do occasionally get the user on us...@open-mpi.org who > runs autogen.pl for no reason, and then runs into problems because > they've got old Autotools > I has occurred to me that this same class of user is likely to just run aut

Re: [OMPI devel] Open MPI autogen.pl in tarball

2015-10-30 Thread Jeff Squyres (jsquyres)
On Oct 30, 2015, at 12:09 PM, Barrett, Brian wrote: > > However, I do like Gilles' suggestion to make autogen.pl be a little smarter. > If I recall correctly (and it's been a couple years now), I think that's > what GASNet does with their bootstrap script. Seems like everyone gets what > the

Re: [OMPI devel] Open MPI autogen.pl in tarball

2015-10-30 Thread Barrett, Brian
I'm late replying (sigh), but I think I was the one who originally pushed for including autogen.pl in the tarball. My believe is that (modulo the "right" autotools being installed), you should be able to rebuild the tarball from the tarball. This is useful for outside organizations who want to

Re: [OMPI devel] PMIX deadlock

2015-10-30 Thread Ralph Castain
I’ve verified that the orte/util/listener thread is not being started, so I don’t think it should be involved in this problem. HTH Ralph > On Oct 30, 2015, at 8:07 AM, Ralph Castain wrote: > > Hmmm…there is a hook that would allow the PMIx server to utilize that > listener thread, but we aren

Re: [OMPI devel] PMIX deadlock

2015-10-30 Thread Ralph Castain
Hmmm…there is a hook that would allow the PMIx server to utilize that listener thread, but we aren’t currently using it. Each daemon plus mpirun will call orte_start_listener, but nothing is currently registering and so the listener in that code is supposed to just return without starting the th

Re: [OMPI devel] Please test: v1.10.1rc3

2015-10-30 Thread Kawashima, Takahiro
`configure && make && make install && make check` and running some sample MPI programs succeeded with 1.10.1rc3 on my SPARC-V9/Linux/GCC machine (Fujitsu PRIMEHPC FX10). No @SET_MAKE@ appears in any Makefiles, of course. > > For the first time I was also able to (attempt to) test SPARC64 via QEMU

Re: [OMPI devel] PMIX deadlock

2015-10-30 Thread George Bosilca
Some progress, that puzzles me but might help you understand. Once the deadlock appears, if I manually kill the MPI process on the node where the deadlock was created, the local orte daemon doesn't notice and will just keep waiting. Quick question: I am under the impression that the issue is not i

Re: [OMPI devel] Please test: v1.10.1rc3

2015-10-30 Thread Paul Hargrove
On Thu, Oct 29, 2015 at 5:24 PM, Paul Hargrove wrote: [...] > For the first time I was also able to (attempt to) test SPARC64 via QEMU. > I have a "very odd" failure on this system in which "@SET_MAKE@" appears > un-expanded in several generated Makefiles. > For that reason the testing on this pl