Skip to content

Commit

Permalink
added missing bootstrap option for SSG groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Feb 8, 2024
1 parent 48eb668 commit a4536d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mochi/bedrock/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ class SSGSpec:
validator=instance_of(int),
default=-1)
bootstrap: str = attr.ib(
validator=in_(['init', 'join', 'mpi', 'pmix']))
validator=in_(['init', 'join', 'mpi', 'pmix', 'init|join', 'mpi|join', 'pmix|join']))
group_file: str = attr.ib(
validator=instance_of(str),
default='')
Expand Down

0 comments on commit a4536d6

Please sign in to comment.