Skip to content

v3.5.4

Choose a tag to compare

@github-actions github-actions released this 08 Jul 15:12

cluster_tools

Fixed

  • 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