Re: [OMPI users] OpenMPI 4 and pmi2 support

2019-06-20 Thread Noam Bernstein via users
> On Jun 20, 2019, at 12:55 PM, Carlson, Timothy S > wrote: > > Just pass /usr to configure instead of /usr/include/slurm This seems to have done it (as did passing CPPFLAGS, but this feels cleaner). Thank you all for the suggestions.

Re: [OMPI users] OpenMPI 4 and pmi2 support

2019-06-20 Thread Charles A Taylor via users
Behalf Of Noam Bernstein >> via users >> Sent: Thursday, June 20, 2019 9:16 AM >> To: Jeff Squyres (jsquyres) >> Cc: Noam Bernstein ; Open MPI User's List >> >> Subject: Re: [OMPI users] OpenMPI 4 and pmi2 support >> >> >> >> >

Re: [OMPI users] OpenMPI 4 and pmi2 support

2019-06-20 Thread Noam Bernstein via users
> On Jun 20, 2019, at 12:25 PM, Carlson, Timothy S > wrote: > > As of recent you needed to use --with-slurm and --with-pmi2 > > While the configure line indicates it picks up pmi2 as part of slurm that is > not in fact true and you need to specifically tell it about pmi2 When I do “./configu

Re: [OMPI users] OpenMPI 4 and pmi2 support

2019-06-20 Thread Jeff Squyres (jsquyres) via users
rs On Behalf Of Noam Bernstein > via users > Sent: Thursday, June 20, 2019 9:16 AM > To: Jeff Squyres (jsquyres) > Cc: Noam Bernstein ; Open MPI User's List > > Subject: Re: [OMPI users] OpenMPI 4 and pmi2 support > > > > > On Jun 20, 2019, at 11:54 AM, Jef

Re: [OMPI users] OpenMPI 4 and pmi2 support

2019-06-20 Thread Noam Bernstein via users
> On Jun 20, 2019, at 11:54 AM, Jeff Squyres (jsquyres) > wrote: > > On Jun 14, 2019, at 2:02 PM, Noam Bernstein via users > wrote: >> >> Hi Jeff - do you remember this issue from a couple of months ago? > > Noam: I'm sorry, I totally missed this email. My INBOX is a continual > disast

Re: [OMPI users] OpenMPI 4 and pmi2 support

2019-06-20 Thread Jeff Squyres (jsquyres) via users
On Jun 14, 2019, at 2:02 PM, Noam Bernstein via users wrote: > > Hi Jeff - do you remember this issue from a couple of months ago? Noam: I'm sorry, I totally missed this email. My INBOX is a continual disaster. :-( > Unfortunately, the failure to find pmi.h is still happening. I just tri

Re: [OMPI users] OpenMPI 4 and pmi2 support

2019-06-14 Thread Noam Bernstein via users
Hi Jeff - do you remember this issue from a couple of months ago? Unfortunately, the failure to find pmi.h is still happening. I just tried with 4.0.1 (not rc), and I still run into the same error (failing to find #include when compiling opal/mca/pmix/s1/mca_pmix_s1_la-pmix_s1.lo): make[2]: E

Re: [OMPI users] OpenMPI 4 and pmi2 support

2019-03-22 Thread Jeff Squyres (jsquyres) via users
Noam -- I believe we fixed this issue after v4.0.0 was released. Can you try the v4.0.1rc3 tarball that was just released today? https://www.open-mpi.org/software/ompi/v4.0/ > On Mar 22, 2019, at 6:07 PM, Noam Bernstein via users > wrote: > > Hi - I'm trying to compile openmpi 4.0.0 wi

[OMPI users] OpenMPI 4 and pmi2 support

2019-03-22 Thread Noam Bernstein via users
Hi - I'm trying to compile openmpi 4.0.0 with srun support, so I'm trying to tell openmpi's configure where to find the relevant files by doing $ ./configure --with-verbs --with-ofi --with-pmi=/usr/include/slurm --with-pmi-libdir=/usr/lib64 --prefix=/share/apps/mpi/openmpi/4.0.0/ib/gnu verbs an