Re: [slurm-users] Job cannot start on slurm v18.08.0pre2

2018-08-23 Thread zhangtao102...@126.com
.com Date: 2018-08-23 10:14 To: Slurm User Community List CC: slurm-users Subject: Re: Re: [slurm-users] Job cannot start on slurm v18.08.0pre2 Hi, My test script is like this: = #!/bin/bash #SBATCH -J LOOP #SBATCH -p low #SBATCH --comment test #SBATCH -N 1 #SBATCH -n 5

Re: [slurm-users] Job cannot start on slurm v18.08.0pre2

2018-08-22 Thread zhangtao102...@126.com
ssible reason for this problem? zhangtao102...@126.com From: Artem Polyakov Date: 2018-08-22 06:02 To: Slurm User Community List CC: slurm-users Subject: Re: [slurm-users] Job cannot start on slurm v18.08.0pre2 Hello, I can try to tell from PMIx/UCX perspective. Do you have "MPI=pmix"

Re: [slurm-users] Job cannot start on slurm v18.08.0pre2

2018-08-21 Thread Artem Polyakov
Hello, I can try to tell from PMIx/UCX perspective. Do you have "MPI=pmix" parameter in your slurm.conf or have you specified "--mpi=pmix" in your srun command? If not - you are not running PMIx and thus UCX (UCX support is only in the PMIx plugin). I think this is confirmed by the log output that

[slurm-users] Job cannot start on slurm v18.08.0pre2

2018-08-17 Thread zhangtao102...@126.com
Hi, I have installed SLURM 18.08.0-0pre2 on a my cluster based on RHEL7.4 (x86_64). My configure parameters likes this: ./configure --prefix=/opt/slurm17 --with-munge=/opt/munge --with-pmix=/opt/pmix --with-ucx=/opt/openucx --with-hwloc=/usr (openucx version is 1.5.0, pmix version is 3.0.0, hwlo