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