Skip to content

Commit

Permalink
Change alloc add worker name aiida -> ahq
Browse files Browse the repository at this point in the history
Original name is `aiida-xx` for jobs, which is same as regular aiida job. I change it to `ahq` (i.e. aiida-hq) to distinguish it.
  • Loading branch information
unkcpz authored Jul 19, 2024
1 parent 422b61d commit fa1203f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_hyperqueue/cli/alloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def cmd_add(

with computer.get_transport() as transport:
retval, _, stderr = transport.exec_command_wait(
f'hq alloc add slurm --backlog {backlog} --time-limit {time_limit} --name aiida {hyper} '
f'hq alloc add slurm --backlog {backlog} --time-limit {time_limit} --name ahq {hyper} '
f'--workers-per-alloc {workers_per_alloc} -- {" ".join(slurm_options)}'
)

Expand Down

0 comments on commit fa1203f

Please sign in to comment.