Skip to content

Commit

Permalink
cmd changes
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia committed Oct 22, 2021
1 parent 2e43df6 commit bd60e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flytekit-kf-mpi/flytekitplugins/kfmpi/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get_command(self, settings: SerializationSettings) -> List[str]:
self._MPI_BASE_COMMAND
+ ["-np", f"{num_procs}"]
+ ["python", settings.entrypoint_settings.path]
+ cmd[1:]
+ cmd
)
# the hostfile is set automatically by MPIOperator using env variable OMPI_MCA_orte_default_hostfile
return mpi_cmd
Expand Down

0 comments on commit bd60e40

Please sign in to comment.