Hi. On 12/03/2019 22:53:36, Riccardo
Veraldi wrote:
I would guess (but having the config.log files would verify it) that you should rebuild Slurm --with-pmix and then you should rebuild OpenMPI --with Slurm. Currently there might be a bug in Slurm's configure file building
PMIx support without path, so you might either modify the spec
before building (add --with-pmix=/usr to the configure section) or
for testing purposes ./configure --with-pmix=/usr; make; make
install.
It seems your current configuration has built-in mismatch - Slurm only supports pmi2, while OpenMPI only supports PMIx. you should build with at least one common PMI: either external PMIx when building Slurm, or Slurm's PMI2 when building OpenMPI. However, I would have expected the non-PMI option (srun
--mpi=openmpi) to work even in your env, and Slurm should have
built PMIx support automatically since it's in default search
path.
-- Regards, Dani_L. |
- [slurm-users] problems with slurm and openmpi Riccardo Veraldi
- Re: [slurm-users] problems with slurm and openmpi Cyrus Proctor
- Re: [slurm-users] problems with slurm and openmpi Daniel Letai
- Re: [slurm-users] problems with slurm and ope... Riccardo Veraldi
- Re: [slurm-users] problems with slurm and... Gilles Gouaillardet
- Re: [slurm-users] problems with slurm... Riccardo Veraldi
- Re: [slurm-users] problems with ... Chris Samuel
- Re: [slurm-users] problems with slurm and openmpi Gilles Gouaillardet
- Re: [slurm-users] problems with slurm and ope... Riccardo Veraldi
- Re: [slurm-users] problems with slurm and ope... Riccardo Veraldi