Re: [OMPI devel] PMIX vs Solaris

2015-09-25 Thread Paul Hargrove
FYI: Things look fine today with last night's master tarball. I hope Brice has a way to eliminate the hwloc warning, since I am sure I am not the only one with scripts that will notice "Error" in the output. -Paul On Wed, Sep 23, 2015 at 6:08 PM, Ralph Castain wrote: > Aha! Thanks - just what

Re: [OMPI devel] PR 595 busted build of mpi_f08

2015-09-25 Thread Jeff Squyres (jsquyres)
On Sep 25, 2015, at 5:41 PM, Howard Pritchard wrote: > > Well, jenkins doesn't lie. Jenkins actually frequently *does* lie; that's kinda the problem... :-) > http://jenkins.open-mpi.org/job/ompi_master_cle5.2up02/595/console > > Looks like the commits associated with PR 595 busted mpi_f08 bui

[OMPI devel] new compiler warning with --enable-picky using UH --disable-dlopen jenkins project

2015-09-25 Thread Howard Pritchard
HI Folks, First, the --disable-dlopen/--distcheck projects do not run on anything having anything to do with Cray. So if you see failures with the disable-dlopen or distcheck projects and chose to ignore them please remember they: 1) run on a vanilla linux (Open Suse 13.1) x86_64 box 2) use gnu

[OMPI devel] busted build

2015-09-25 Thread Howard Pritchard
Hi Folks, The UH distcheck is now failing with this compile error: CC pml_ob1_rdma.lo pml_ob1_irecv.c: In function 'mca_pml_ob1_recv': pml_ob1_irecv.c:138:28: error: called object 'mca_pml_ob1_recvreq' is not a function or function pointer mca_pml_ob1_recvreq(recvreq);

[OMPI devel] PR 595 busted build of mpi_f08

2015-09-25 Thread Howard Pritchard
Hi Folks, Well, jenkins doesn't lie. http://jenkins.open-mpi.org/job/ompi_master_cle5.2up02/595/console Looks like the commits associated with PR 595 busted mpi_f08 build. Its a bit frustrating to set all this jenkins stuff up then have it ignored. Howard

[OMPI devel] open mpi builds busted

2015-09-25 Thread Howard Pritchard
Hi Folks, I don't know what's going on, but someone checked in something that broke build of mpi_f08. Lots of the jenkins tests are now failing. Howard