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