Skip to content

Commit

Permalink
invoke: fix sinlgehosthint flag (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz authored Mar 15, 2024
1 parent 4b173e3 commit 090b89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faasmctl/tasks/invoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def invoke(
if mpi_world_size is not None:
msg_dict["mpi_world_size"] = int(mpi_world_size)
if single_host:
req_dict["singleHost"] = single_host
req_dict["singleHostHint"] = single_host
if host_dist:
host_dist = host_dist.split(",")
# Prepare a host distribution
Expand Down

0 comments on commit 090b89b

Please sign in to comment.