Re: [slurm-users] how to check what slurm is doing when job pending with reason=none?

2021-06-16 Thread Gerhard Strangar
taleinterve...@sjtu.edu.cn wrote: > But after submit, this job still stay at PENDING state for about 30-60s and > during the pending time sacct shows the REASON is "None". It's the default sched_interval=60 in your slurm.conf. Gerhard

[slurm-users] MPI_Comm_spawn - doesn't work with sbatch, works with salloc

2021-06-16 Thread Deij-van Rijswijk, Menno
Good afternoon, A simulation package I'm using is peforms MPI_Comm_spawn to dynamically spawn simulation processes. This works fine interactively on a head-node, but I'm running into problems when I try to submit a job to the SLURM scheduler using sbatch. If I use salloc instead, it does work.

[slurm-users] how to check what slurm is doing when job pending with reason=none?

2021-06-16 Thread taleintervenor
Hello, Recently we notice a strange delay from job-submitting to job-start while the partition is sure to have enough idle nodes to meet the job's demand. To avoid interference, we use the 4-node debug partition for test, which does not have any other job to run. And the test job script is also