You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass the configured job_resources that Slurm's srun does not automatically inherit from the enclosing sbatch job (e.g. cpus-per-task, gpus) also to the srun call within the generated sbatch script, since Slurm versions >=22.05 no longer inherit these settings automatically, leading to SlurmExecutor jobs failing with errors such as srun: fatal: cpus-per-task set by two different environment variables... on some clusters. #1483