Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MikeDacre opened this issue Jun 28, 2016 · 1 comment
Assignees
Milestone

Comments

@MikeDacre
Copy link
Owner

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 MikeDacre added this to the 0.7.0 milestone Jun 28, 2016
@MikeDacre MikeDacre self-assigned this Jun 28, 2016
@MikeDacre
Copy link
Owner Author

Fixed in 0.6.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant