Re: [slurm-users] issue with mpirun when using through slurm / pmix

2021-10-21 Thread Bas van der Vlies
I have no other solution this was the solution at our site. > On 22 Oct 2021, at 03:19, pankajd wrote: > > thanks, but after setting PMIX_MCA_psec=native, now mpirun hangs and does not > produce any output. > > On October 21, 2021 at 9:21 PM Bas van der Vlies > wrote: > > At our side we al

Re: [slurm-users] issue with mpirun when using through slurm / pmix

2021-10-21 Thread pankajd
thanks, but after setting PMIX_MCA_psec=native, now mpirun hangs and does not produce any output. On October 21, 2021 at 9:21 PM Bas van der Vlies wrote: > At our side we also add this problem that the pmix lib was compiled with > munge support. We solved it by setting this environment variable:

Re: [slurm-users] issue with mpirun when using through slurm / pmix

2021-10-21 Thread Bas van der Vlies
At our side we also add this problem that the pmix lib was compiled with munge support. We solved it by setting this environment variable: * export PMIX_MCA_psec=native of export PMIX_MCA_psec=none Regard, Bas On 21/10/2021 16:59, Pankaj Dorlikar wrote: Hi, When using slurm-20.11.7 compi

[slurm-users] issue with mpirun when using through slurm / pmix

2021-10-21 Thread Pankaj Dorlikar
Hi, When using slurm-20.11.7 compiled with pmix-3.2.3, and job is submitted like below : srun -N 1 -c 2 --pty /bin/bash on the allocated compute node, when I execute the below command, I get the PMI error with return value -46 mpirun -c 2 /bin/hostname -