Re: [Slackbuilds-users] openmpi request

2019-08-18 Thread Emmanuel
Hi Karel, I've just updated the openmpi slackbuild. The option --with-pmi=pmi2 was giving me the following errors: checking if user requested PMI support... yes checking for pmi.h in pmi2... not found checking for pmi.h in pmi2/include... not found checking for pmi.h in pmi2/include/slurm...

Re: [Slackbuilds-users] openmpi request

2019-07-27 Thread Kyle Guinn
On 7/25/19, Emmanuel wrote: > On Thu, Jul 25, 2019 at 5:04 AM Robby Workman > wrote: > >> On Thu, 25 Jul 2019 09:58:03 +0200 >> Karel Venken wrote: >> >> > Hi, >> > >> > For installing our cluster we need to add to the openmpi.Slackbuilds >> > with --with-pmi=pmi2 configure option. So it

Re: [Slackbuilds-users] openmpi request

2019-07-25 Thread Karel Venken
Emmanuel wrote: On Thu, Jul 25, 2019 at 5:04 AM Robby Workman mailto:rwork...@slackbuilds.org>> wrote: On Thu, 25 Jul 2019 09:58:03 +0200 Karel Venken mailto:kava0...@online.be>> wrote: > Hi, > > For installing our cluster we need to add to the openmpi.Slackbuilds

Re: [Slackbuilds-users] openmpi request

2019-07-25 Thread Emmanuel
On Thu, Jul 25, 2019 at 5:04 AM Robby Workman wrote: > On Thu, 25 Jul 2019 09:58:03 +0200 > Karel Venken wrote: > > > Hi, > > > > For installing our cluster we need to add to the openmpi.Slackbuilds > > with --with-pmi=pmi2 configure option. So it becomes: > > > > ./configure \ > >

Re: [Slackbuilds-users] openmpi request

2019-07-25 Thread Robby Workman
On Thu, 25 Jul 2019 09:58:03 +0200 Karel Venken wrote: > Hi, > > For installing our cluster we need to add to the openmpi.Slackbuilds > with --with-pmi=pmi2 configure option. So it becomes: > > ./configure \ >   --prefix=/usr \ >   --sysconfdir=/etc \ >   --localstatedir=/var/lib \ >  

[Slackbuilds-users] openmpi request

2019-07-25 Thread Karel Venken
Hi, For installing our cluster we need to add to the openmpi.Slackbuilds with --with-pmi=pmi2 configure option. So it becomes: ./configure \   --prefix=/usr \   --sysconfdir=/etc \   --localstatedir=/var/lib \   --mandir=/usr/man/ \   --enable-mpi1-compability \