Version 5 breaks Slurm scripts

Thanks @seandworkman for the report.
A potential workaround may be to include in the sbatch options section of the script template:

#SBATCH --chdir={{ job_dir_abs }}
#SBATCH --export=NONE
2 Likes