Hi all, Has anybody seen a similar issue? I want to keep the norequeue as default, but allow users to override them from job script or command line during submission.
After setting JobRequeue=0 in slurm.conf, jobs are not getting requeued - neither using: sbatch --requeue jobscript.slurm or using #SBATCH --requeue (within jobscript) Howerver, with JobRequeue=1 in slurm.conf, I am able to override this behaviour using: sbatch --no-requeue and using #SBATCH --no-requeue (within jobscript) Is this a bug? Or am I missing something silly? Thank you. Best regards, Roshan
