Re: [OMPI devel] [2.0.1.rc1] Solaris MPIX failure

2016-08-24 Thread Paul Hargrove
My previous response was composed too quickly. I should have said "successfully built and RUN". -Paul On Wed, Aug 24, 2016 at 9:04 PM, Gilles Gouaillardet wrote: > Thanks Paul ! > > > yes, this snapshot does include the patch i posted earlier. > > btw, the issue was a runtime error, not a buil

Re: [OMPI devel] [2.0.1.rc1] Solaris MPIX failure

2016-08-24 Thread Gilles Gouaillardet
Thanks Paul ! yes, this snapshot does include the patch i posted earlier. btw, the issue was a runtime error, not a build error. Cheers, Gilles On 8/25/2016 12:00 PM, Paul Hargrove wrote: Giles, I have successfully built openmpi-v2.0.0-227-g917d293 (tonight's nightly tarball) on Solari

Re: [OMPI devel] [2.0.1.rc1] Solaris MPIX failure

2016-08-24 Thread Paul Hargrove
Giles, I have successfully built openmpi-v2.0.0-227-g917d293 (tonight's nightly tarball) on Solaris 11.3 with both the Gnu and Studio compilers. Based on Ralph's previous email, I assume that included the patch you had directed me to (though I did not attempt to verify that myself). -Paul On We

Re: [OMPI devel] [2.0.1.rc1] Solaris MPIX failure

2016-08-24 Thread Paul Hargrove
Ralph, That will allow me to test much sooner. -Paul On Wed, Aug 24, 2016 at 10:41 AM, r...@open-mpi.org wrote: > When you do, that PR has already been committed, so you can just pull the > next nightly 2.x tarball and test from there > > On Aug 24, 2016, at 10:39 AM, Paul Hargrove wrote: > >

Re: [OMPI devel] [2.0.1.rc1] Solaris MPIX failure

2016-08-24 Thread r...@open-mpi.org
When you do, that PR has already been committed, so you can just pull the next nightly 2.x tarball and test from there > On Aug 24, 2016, at 10:39 AM, Paul Hargrove wrote: > > I am afraid it might take a day or two before I can get to testing that patch. > > -Paul > > On Tue, Aug 23, 2016 at

Re: [OMPI devel] [2.0.1.rc1] Solaris MPIX failure

2016-08-24 Thread Paul Hargrove
I am afraid it might take a day or two before I can get to testing that patch. -Paul On Tue, Aug 23, 2016 at 10:16 PM, Gilles Gouaillardet wrote: > Paul, > > > you can download a patch at https://patch-diff.githubusercontent.com/raw/ > open-mpi/ompi-release/pull/1336.patch > > (note you need re

Re: [OMPI devel] [2.0.1.rc1] Solaris MPIX failure

2016-08-23 Thread Gilles Gouaillardet
Paul, you can download a patch at https://patch-diff.githubusercontent.com/raw/open-mpi/ompi-release/pull/1336.patch (note you need recent autotools in order to use it) Cheers, Gilles On 8/23/2016 10:40 PM, r...@open-mpi.org wrote: Looks like Solaris has a “getupeercred” - can you take

Re: [OMPI devel] [2.0.1.rc1] Solaris MPIX failure

2016-08-23 Thread r...@open-mpi.org
Looks like Solaris has a “getupeercred” - can you take a look at it, Gilles? We’d have to add that to our AC_CHECK_FUNCS and update the native sec component. > On Aug 23, 2016, at 6:32 AM, r...@open-mpi.org wrote: > > I took a quick glance at this one, and the only way I can see to get that >

Re: [OMPI devel] [2.0.1.rc1] Solaris MPIX failure

2016-08-23 Thread r...@open-mpi.org
I took a quick glance at this one, and the only way I can see to get that error is from this block of code: #if defined(HAVE_STRUCT_UCRED_UID) euid = ucred.uid; gid = ucred.gid; #else euid = ucred.cr_uid; gid = ucred.cr_gid; #endif #elif defined(HAVE_GETPEEREID) pmix_output_v

Re: [OMPI devel] [2.0.1.rc1] Solaris MPIX failure

2016-08-23 Thread r...@open-mpi.org
Thanks Gilles! > On Aug 23, 2016, at 3:42 AM, Gilles Gouaillardet > wrote: > > Thanks Paul, > > at first glance, something is going wrong in the sec module under solaris. > I will keep digging tomorrow > > Cheers, > > Gilles > > On Tuesday, August 23, 2016, Paul Hargrove

Re: [OMPI devel] [2.0.1.rc1] Solaris MPIX failure

2016-08-23 Thread Gilles Gouaillardet
Thanks Paul, at first glance, something is going wrong in the sec module under solaris. I will keep digging tomorrow Cheers, Gilles On Tuesday, August 23, 2016, Paul Hargrove wrote: > On Solaris 11.3 on x86-64: > > $ mpirun -mca btl sm,self,openib -np 2 -host pcp-d-3,pcp-d-4 > examples/ring_c

[OMPI devel] [2.0.1.rc1] Solaris MPIX failure

2016-08-22 Thread Paul Hargrove
On Solaris 11.3 on x86-64: $ mpirun -mca btl sm,self,openib -np 2 -host pcp-d-3,pcp-d-4 examples/ring_c' [pcp-d-4:25075] PMIX ERROR: NOT-SUPPORTED in file /shared/OMPI/openmpi-2.0.1rc1-solaris11-x86-ib-gcc/openmpi-2.0.1rc1/opal/mca/pmix/pmix112/pmix/src/server/pmix_server_listener.c at line 529 [p