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
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.
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