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
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:
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
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
-
That's good to hear. I had the same issue a few years ago, also with Slurm 19,
and that was the advice the Slurm support staff gave me.
I do recommend upgrading your Slurm though. sreport is much faster in later
Slurm versions.
Sean
From: mshubham
Sent: Thu
Hi Sean,
After changing those values yesterday, it worked today after the data got
rebuild, i can see the sreport working now.
Thank you all so much for your help in solving this issue.
On October 20, 2021 at 6:38 PM mshubham wrote:
> Hi Sean,
> Yes, i have changed those values to that time.