Skip to content

Commit

Permalink
Merge pull request #859 from dapomeroy/minor_enhancements
Browse files Browse the repository at this point in the history
Add SLURM_NODEID workflow manager variable
  • Loading branch information
linsword13 authored Jan 31, 2025
2 parents bbd8e7e + 902741f commit 6377bd7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ def __init__(self, file_path):
description="partition to submit job to, if unspecified, it uses the default partition",
)

workflow_manager_variable(
name="workflow_node_id",
default="${SLURM_NODEID}",
description="node ID to be inserted at runtime",
)

workflow_manager_variable(
name="slurm_execute_template_path",
default="slurm_experiment_sbatch.tpl",
Expand Down

0 comments on commit 6377bd7

Please sign in to comment.