Skip to content

Commit

Permalink
Add a hostlist workflow manager variable
Browse files Browse the repository at this point in the history
  • Loading branch information
linsword13 committed Dec 17, 2024
1 parent 3dc579e commit 716811c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ def __init__(self, file_path):
description="Extra sbatch headers added to slurm job script",
)

workflow_manager_variable(
name="hostlist",
default="$SLURM_JOB_NODELIST",
description="hostlist variable used by various modifiers",
)

render_content(
name="batch_submit",
content_tpl=r"""
Expand Down

0 comments on commit 716811c

Please sign in to comment.