Skip to content

Commit

Permalink
Hardware reported as "eagle", since that is expected by GAPs
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Sep 8, 2023
1 parent 7202327 commit 40fd9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sup3r/utilities/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def kickoff_slurm_job(cls, module_name, ctx, cmd, alloc='sup3r',
Status.mark_job_as_submitted(out_dir, command=module_name,
job_name=name, replace=True,
job_attrs={'job_id': out,
'hardware': 'slurm'})
'hardware': 'eagle'})
click.echo(msg)
logger.info(msg)

Expand Down

0 comments on commit 40fd9be

Please sign in to comment.