Describe the bug
The default template that are provided with JADE for slurm schedulers include the --workdir option. Apparently, this has been deprecated and must be substituted with --chdir instead. This is pretty important as changing directory correctly is at the foundation of a correct HPC run.
To Reproduce
Launch JADE in HPC in job mode with default templates.
Describe the bug
The default template that are provided with JADE for slurm schedulers include the
--workdiroption. Apparently, this has been deprecated and must be substituted with--chdirinstead. This is pretty important as changing directory correctly is at the foundation of a correct HPC run.To Reproduce
Launch JADE in HPC in job mode with default templates.