Use templates for batch scripts #596
Labels
area: job
Issues related to job management
repo: smartsim
Issues related to SmartSim infrastructure library
type: feature
Issues that include feature request or feature idea
type: refactor
Issues focused on refactoring existing code
Description
Templates should be used by
_write_xxx_script
methods.Justification
Currently, batch scripts are written programmatically, line by line, in
Step
functions such as_write_sbatch_script
. The usage of templates would be more indicated, as the content of such scripts is pretty standard.Implementation Strategy
Templates should be used to replace the current line-by-line functions.
The text was updated successfully, but these errors were encountered: