Re: [OMPI users] [open-mpi/ompi] vader compile issue (#5814)

2018-10-02 Thread Siegmar Gross
Hi Nathan, it works for Sun C 5.14 and Sun C 5.15. loki tmp 111 cc atomic_test.c loki tmp 112 a.out loki tmp 113 cc -V cc: Studio 12.5 Sun C 5.14 Linux_i386 2016/05/31 loki tmp 114 exit loki tmp 113 cc -V cc: Studio 12.6 Sun C 5.15 Linux_i386 2017/05/30 loki tmp 114 cc atomic_test.c loki tmp

Re: [OMPI users] opal_pmix_base_select failed for master and 4.0.0

2018-10-02 Thread Ralph H Castain
Looks like PMIx failed to build - can you send the config.log? > On Oct 2, 2018, at 12:00 AM, Siegmar Gross > wrote: > > Hi, > > yesterday I've installed openmpi-v4.0.x-201809290241-a7e275c and > openmpi-master-201805080348-b39bbfb on my "SUSE Linux Enterprise Server > 12.3 (x86_64)" with Sun

Re: [OMPI users] opal_pmix_base_select failed for master and 4.0.0

2018-10-02 Thread Ralph H Castain
So the problem is here when configuring the internal PMIx code: configure:3383: === HWLOC configure:36189: checking for hwloc in configure:36201: result: Could not find internal/lib or internal/lib64 configure:36203: error: Can not continue Can you confirm that HWLOC built? I believe we require

Re: [OMPI users] opal_pmix_base_select failed for master and 4.0.0

2018-10-02 Thread Jeff Squyres (jsquyres) via users
(Ralph sent me Siegmar's pmix config.log, which Siegmar sent to him off-list) It looks like Siegmar passed --with-hwloc=internal. Open MPI's configure understood this and did the appropriate things. PMIX's configure didn't. I think we need to add an adjustment into the PMIx configure.m4 in

Re: [OMPI users] opal_pmix_base_select failed for master and 4.0.0

2018-10-02 Thread Ralph H Castain
Hi Siegmar I honestly have no idea - for some reason, the PMIx component isn’t seeing the internal hwloc code in your environment. Jeff, Brice - any ideas? > On Oct 2, 2018, at 1:18 PM, Siegmar Gross > wrote: > > Hi Ralph, > > how can I confirm that HWLOC built? Some hwloc files are

Re: [OMPI users] [open-mpi/ompi] vader compile issue (#5814)

2018-10-02 Thread Nathan Hjelm via users
Definitely a compiler bug. I opened a PR to work around it and posted a question on the Oracle forums.-NathanOn Oct 02, 2018, at 12:48 AM, Siegmar Gross wrote:Hi Jeff, hi Nathan,the compilers (Sun C 5.15, Sun C 5.14, Sun C 5.13) don't like the code.loki tmp 110 cc -Vcc: Studio 12.6 Sun C 5.15

Re: [OMPI users] [open-mpi/ompi] vader compile issue (#5814)

2018-10-02 Thread Siegmar Gross
Hi Jeff, hi Nathan, the compilers (Sun C 5.15, Sun C 5.14, Sun C 5.13) don't like the code. loki tmp 110 cc -V cc: Studio 12.6 Sun C 5.15 Linux_i386 2017/05/30 loki tmp 111 \cc -std=c11 atomic_test.c "atomic_test.c", line 5: warning: no explicit type given "atomic_test.c", line 5: syntax error

[OMPI users] opal_pmix_base_select failed for master and 4.0.0

2018-10-02 Thread Siegmar Gross
Hi, yesterday I've installed openmpi-v4.0.x-201809290241-a7e275c and openmpi-master-201805080348-b39bbfb on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15, gcc 6.4.0, Intel icc 18.0.3, and Portland Group pgcc 18.4-0. Unfortunately, I get the following error for all seven

Re: [OMPI users] [open-mpi/ompi] vader compile issue (#5814)

2018-10-02 Thread Nathan Hjelm via users
hmm. Add #include to the test and try it again. -Nathan > On Oct 2, 2018, at 12:41 AM, Siegmar Gross > wrote: > > Hi Jeff, hi Nathan, > > the compilers (Sun C 5.15, Sun C 5.14, Sun C 5.13) don't like the code. > > loki tmp 110 cc -V > cc: Studio 12.6 Sun C 5.15 Linux_i386 2017/05/30 >