You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theJob.Script
class that can be called any time to overwrite the current scripts.The text was updated successfully, but these errors were encountered: