fyrd icon indicating copy to clipboard operation
fyrd copied to clipboard

Auto update Job scripts when attributes are changed until files are already written.

Open MikeDacre opened this issue 8 years ago • 1 comments

Right now jobs scripts are created by init. They should be stored in a format that allows them to be updated at any time prior to submission. i.e. changing the 'cores' keyword will update the script.

The best way to do this will be to move the string formatting into a write_script method of the Job.Script class that can be called any time to overwrite the current scripts.

MikeDacre avatar Jun 28 '16 05:06 MikeDacre

Fixed in 0.6.2

MikeDacre avatar Aug 16 '17 22:08 MikeDacre