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

2018-10-12 Thread Ralph H Castain
Hi Siegmar The patch was merged into the v4.0.0 branch on Oct 10th, so should be available in the nightly tarball from that date onward. > On Oct 6, 2018, at 2:12 AM, Siegmar Gross > wrote: > > Hi Jeff, hi Ralph, > > Great, it works again! Thank you very much for your help. I'm really happy

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

2018-10-06 Thread Siegmar Gross
Hi Jeff, hi Ralph, Great, it works again! Thank you very much for your help. I'm really happy, if the undefined references for Sun C are resolved and there are no new problems for that compiler :-)). Do you know when the pmix patch will be integrated into version 4.0.0? Best regards Siegmar

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

2018-10-05 Thread Jeff Squyres (jsquyres) via users
Oops! We had a typo in yesterday's fix -- fixed: https://github.com/open-mpi/ompi/pull/5847 Ralph also put double extra super protection to make triple sure that this error can't happen again in: https://github.com/open-mpi/ompi/pull/5846 Both of these should be in tonight's nightly s

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

2018-10-05 Thread Ralph H Castain
Please send Jeff and I the opal/mca/pmix/pmix4x/pmix/config.log again - we’ll need to see why it isn’t building. The patch definitely is not in the v4.0 branch, but it should have been in master. > On Oct 5, 2018, at 2:04 AM, Siegmar Gross > wrote: > > Hi Ralph, hi Jeff, > > > On 10/3/18 8

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

2018-10-05 Thread Siegmar Gross
Hi Ralph, hi Jeff, On 10/3/18 8:14 PM, Ralph H Castain wrote: Jeff and I talked and believe the patch in https://github.com/open-mpi/ompi/pull/5836 should fix the problem. Today I've installed openmpi-master-201810050304-5f1c940 and openmpi-v4.0.x-201810050241-c079666. Unfortunately, I stil

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

2018-10-03 Thread Ralph H Castain
Jeff and I talked and believe the patch in https://github.com/open-mpi/ompi/pull/5836 should fix the problem. > On Oct 2, 2018, at 2:50 PM, Jeff Squyres (jsquyres) via users > wrote: > > (Ralph sent me Siegmar's pmix config.log, which Siegmar sent to him off-list) > > It looks like Siegmar p

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 OMPI.

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 availa

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 i

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

[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 installe