Skip to content

Commit

Permalink
Merge pull request #412 from xylar/fix_job_script
Browse files Browse the repository at this point in the history
Rename job script template
  • Loading branch information
xylar authored Jun 17, 2022
2 parents 0e05bb9 + e1821c8 commit e3056b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compass/job/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def write_job_script(config, machine, target_cores, min_cores, work_dir,
wall_time = config.get('job', 'wall_time')

template = Template(resources.read_text(
'compass.job', 'template.sh'))
'compass.job', 'job_script.template'))

text = template.render(job_name=job_name, account=account,
nodes=f'{nodes}', wall_time=wall_time, qos=qos,
Expand Down
File renamed without changes.

0 comments on commit e3056b8

Please sign in to comment.