Re: [OMPI users] OMPI was not built with SLURM's PMI support

2019-08-09 Thread Jing Gong via users
Hi Ralph, The slurm seems to be configured with pmlx. $ ls /usr/lib64/slurm/ |grep pmi acct_gather_energy_ipmi.so mpi_pmi2.so mpi_pmix.so mpi_pmix_v1.so (and libpmix* in /usr/lib64) Anyway, I recompiled openmpi v3.0.0 with $ ./configure --with-pmix=/usr --with-slurm ... but this time I

Re: [OMPI users] OMPI was not built with SLURM's PMI support

2019-08-09 Thread Jing Gong via users
Hi, Sorry, the email was hold and resent in the morning by the mail server. please ignore it due to the new conversations. Thanks. /Jing From: users on behalf of Jing Gong via users Sent: Thursday, August 8, 2019 20:47 To: Ralph Castain Cc: Jing Gong; Ope

Re: [OMPI users] OMPI was not built with SLURM's PMI support

2019-08-09 Thread Ralph Castain via users
Remove the extra configure options from OMPI - you don't need to tell it --with-pmix or --with-slurm. It will "do the right thing" without that stuff. On Aug 8, 2019, at 10:54 AM, Jing Gong mailto:gongj...@kth.se> > wrote: Hi Ralph, The slurm seems to be configured with pmlx.  $ ls /usr/lib6