[hwloc-devel] hwloc nightly build: SUCCESS

2017-07-05 Thread mpiteam
Successful builds: []
Skipped builds: ['v1.11', 'master']
Failed builds: []

=== Build output ===

Branches: ['v1.11', 'master']

Starting build for v1.11
Build for revision b1c1a2d already exists, skipping.

Starting build for master
Build for revision d567df2 already exists, skipping.

Your friendly daemon,
Cyrador
___
hwloc-devel mailing list
hwloc-devel@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/hwloc-devel


Re: [OMPI devel] [3.0.0rc1] ppc64/gcc-4.8.3 check failure (regression).

2017-07-05 Thread Josh Hursey
We have a ticket open for this here:
  https://github.com/open-mpi/ompi/issues/2966

I've seen it 'hang' more than 'fail' lately. Either way it needs to get
some attention. I'll try to take another look today/tomorrow.

On Tue, Jul 4, 2017 at 1:00 AM, Kawashima, Takahiro <
t-kawash...@jp.fujitsu.com> wrote:

> It might be related to https://github.com/open-mpi/ompi/issues/3697 .
> I added a comment to the issue.
>
> Takahiro Kawashima,
> Fujitsu
>
> > On a PPC64LE w/ gcc-7.1.0 I see opal_fifo hang instead of failing.
> >
> > -Paul
> >
> > On Mon, Jul 3, 2017 at 4:39 PM, Paul Hargrove 
> wrote:
> >
> > > On a PPC64 host with gcc-4.8.3 I have configured with
> > >
> > >  --prefix=[...] --enable-debug \
> > > CFLAGS=-m64 --with-wrapper-cflags=-m64 \
> > > CXXFLAGS=-m64 --with-wrapper-cxxflags=-m64 \
> > > FCFLAGS=-m64 --with-wrapper-fcflags=-m64
> > >
> > > I see "make check" report a failure from opal_fifo.
> > > Previous testing of Open MPI 2.1.1rc1 did not fail this test.
> > >
> > >
> > > I also noticed the following warnings from building opal_lifo and
> > > opal_fifo tests, but have found that adding the volatile qualifier in
> > > opal_fifo.c did *not* resolve the failure.
> > >
> > >   CC   opal_lifo.o
> > > /home/phargrov/OMPI/openmpi-3.0.0rc1-linux-ppc64-gcc/
> > > openmpi-3.0.0rc1/test/class/opal_lifo.c: In function
> > > 'check_lifo_consistency':
> > > /home/phargrov/OMPI/openmpi-3.0.0rc1-linux-ppc64-gcc/
> > > openmpi-3.0.0rc1/test/class/opal_lifo.c:72:26: warning: assignment
> > > discards 'volatile' qualifier from pointer target type [enabled by
> default]
> > >  for (count = 0, item = lifo->opal_lifo_head.data.item ; item !=
> > > >opal_lifo_ghost ;
> > >   ^
> > >   CCLD opal_lifo
> > >   CC   opal_fifo.o
> > > /home/phargrov/OMPI/openmpi-3.0.0rc1-linux-ppc64-gcc/
> > > openmpi-3.0.0rc1/test/class/opal_fifo.c: In function
> > > 'check_fifo_consistency':
> > > /home/phargrov/OMPI/openmpi-3.0.0rc1-linux-ppc64-gcc/
> > > openmpi-3.0.0rc1/test/class/opal_fifo.c:109:26: warning: assignment
> > > discards 'volatile' qualifier from pointer target type [enabled by
> default]
> > >  for (count = 0, item = fifo->opal_fifo_head.data.item ; item !=
> > > >opal_fifo_ghost ;
> ___
> devel mailing list
> devel@lists.open-mpi.org
> https://rfd.newmexicoconsortium.org/mailman/listinfo/devel
>



-- 
Josh Hursey
IBM Spectrum MPI Developer
___
devel mailing list
devel@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/devel

Re: [OMPI devel] [3.0.0rc1] PMIX ERROR: UNPACK-INADEQUATE-SPACE

2017-07-05 Thread Jeff Squyres (jsquyres)
Filed https://github.com/open-mpi/ompi/issues/3809 to track this.


> On Jul 5, 2017, at 12:46 AM, Paul Hargrove  wrote:
> 
> I don't have an external PMIx.
> 
> Configure options: --prefix=[...] --enable-debug CC=... CXX=... FC=...
> One of the two also had --with-libfabric=/usr/local/pkg/libfabric-1.4.0
> 
> If it might matter, one of these systems has 14 interfaces listed by 
> /usr/sbin/ifconfig and the other has 8.
> 
> -Paul
> 
> On Tue, Jul 4, 2017 at 9:46 AM, Artem Polyakov  wrote:
> Hello, Paul.
> How OMPI was configured ? Were you by chance using external PMIx?
> 
> пн, 3 июля 2017 г. в 18:43, Paul Hargrove :
> 
> On (at least) two different hosts (both Linux, one x86-64 and one ppc64el) I 
> am seeing a failure to launch ring_c with errors like those shown below.
> 
> -Paul
> 
> $ mpirun -mca btl sm,self -np 2 examples/ring_c
> [pcp-d-1:02255] PMIX ERROR: UNPACK-INADEQUATE-SPACE in file 
> /home/phargrov/OMPI/openmpi-3.0.0rc1-linux-x86_64-pathcc-6/openmpi-3.0.0rc1/opal/mca/pmix/pmix2x/pmix/src/dstore/pmix_esh.c
>  at line 2477
> [pcp-d-1:02255] PMIX ERROR: ERROR in file 
> /home/phargrov/OMPI/openmpi-3.0.0rc1-linux-x86_64-pathcc-6/openmpi-3.0.0rc1/opal/mca/pmix/pmix2x/pmix/src/dstore/pmix_esh.c
>  at line 2024
> [pcp-d-1:02255] PMIX ERROR: UNPACK-INADEQUATE-SPACE in file 
> /home/phargrov/OMPI/openmpi-3.0.0rc1-linux-x86_64-pathcc-6/openmpi-3.0.0rc1/opal/mca/pmix/pmix2x/pmix/src/dstore/pmix_esh.c
>  at line 1150
> [pcp-d-1:02255] PMIX ERROR: UNPACK-INADEQUATE-SPACE in file 
> /home/phargrov/OMPI/openmpi-3.0.0rc1-linux-x86_64-pathcc-6/openmpi-3.0.0rc1/opal/mca/pmix/pmix2x/pmix/src/common/pmix_jobdata.c
>  at line 112
> [pcp-d-1:02255] PMIX ERROR: UNPACK-INADEQUATE-SPACE in file 
> /home/phargrov/OMPI/openmpi-3.0.0rc1-linux-x86_64-pathcc-6/openmpi-3.0.0rc1/opal/mca/pmix/pmix2x/pmix/src/common/pmix_jobdata.c
>  at line 392
> [pcp-d-1:02255] PMIX ERROR: UNPACK-INADEQUATE-SPACE in file 
> /home/phargrov/OMPI/openmpi-3.0.0rc1-linux-x86_64-pathcc-6/openmpi-3.0.0rc1/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c
>  at line 518
> 
> -- 
> Paul H. Hargrove  phhargr...@lbl.gov
> Computer Languages & Systems Software (CLaSS) Group
> Computer Science Department   Tel: +1-510-495-2352
> Lawrence Berkeley National Laboratory Fax: +1-510-486-6900
> ___
> devel mailing list
> devel@lists.open-mpi.org
> https://rfd.newmexicoconsortium.org/mailman/listinfo/devel
> -- 
> - Best regards, Artem Polyakov (Mobile mail)
> 
> ___
> devel mailing list
> devel@lists.open-mpi.org
> https://rfd.newmexicoconsortium.org/mailman/listinfo/devel
> 
> 
> 
> -- 
> Paul H. Hargrove  phhargr...@lbl.gov
> Computer Languages & Systems Software (CLaSS) Group
> Computer Science Department   Tel: +1-510-495-2352
> Lawrence Berkeley National Laboratory Fax: +1-510-486-6900
> ___
> devel mailing list
> devel@lists.open-mpi.org
> https://rfd.newmexicoconsortium.org/mailman/listinfo/devel


-- 
Jeff Squyres
jsquy...@cisco.com

___
devel mailing list
devel@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/devel