Re: [OMPI users] Error building openmpi-dev-3498-gdc4d3ed on Solaris

2016-02-20 Thread Siegmar Gross
Hi Ralph, Just pushed a change that renamed the field - hopefully fixed now Yes, today I was able to build the latest master tarball. Thank you very much for your help and also thank you very much to Gilles and Dave to identify the problem. Kind regards Siegmar Thanks! On Feb 19, 2016

Re: [OMPI users] Error building openmpi-dev-3498-gdc4d3ed on Solaris

2016-02-19 Thread Ralph Castain
Just pushed a change that renamed the field - hopefully fixed now Thanks! > On Feb 19, 2016, at 9:54 AM, Dave Love wrote: > > Gilles Gouaillardet writes: > >> a field from orte_iof_proc_t is named "stdin" >> could stdin be #defined under the hood in Solaris ? > > It's defined as "(&__iob[0])

Re: [OMPI users] Error building openmpi-dev-3498-gdc4d3ed on Solaris

2016-02-19 Thread Dave Love
Gilles Gouaillardet writes: > a field from orte_iof_proc_t is named "stdin" > could stdin be #defined under the hood in Solaris ? It's defined as "(&__iob[0])" on Solaris 10; it's just #defined differently by glibc. See stdio.h(7posix).

Re: [OMPI users] Error building openmpi-dev-3498-gdc4d3ed on Solaris

2016-02-19 Thread Gilles Gouaillardet
a field from orte_iof_proc_t is named "stdin" could stdin be #defined under the hood in Solaris ? if so, then renaming this field should do the trick. I will double check that on Monday Cheers, Gilles On Saturday, February 20, 2016, Ralph Castain wrote: > I’m afraid I have no idea what Solari

Re: [OMPI users] Error building openmpi-dev-3498-gdc4d3ed on Solaris

2016-02-19 Thread Ralph Castain
I’m afraid I have no idea what Solaris is complaining about here. > On Feb 19, 2016, at 6:52 AM, Siegmar Gross > wrote: > > Hi, > > yesterday I tried to build openmpi-dev-3498-gdc4d3ed on my > machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux > 12.1 x86_64) with gcc-5.1.0 and S

[OMPI users] Error building openmpi-dev-3498-gdc4d3ed on Solaris

2016-02-19 Thread Siegmar Gross
Hi, yesterday I tried to build openmpi-dev-3498-gdc4d3ed on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with gcc-5.1.0 and Sun C 5.13. I was successful on my Linux machine, but I got the following errors on both Solaris platforms. Sun C 5.13: ===