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

2017-07-03 Thread 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.0

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

2017-07-04 Thread Artem Polyakov
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 > > $ mp

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

2017-07-04 Thread Paul Hargrove
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

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/libfabri