We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03351d commit e2118d0Copy full SHA for e2118d0
optimum/habana/distributed/distributed_runner.py
@@ -161,7 +161,7 @@ def create_single_node_setup_mpirun(self):
161
162
mpi_cmd = self.setup_config_env_mpirun()
163
self._interpreter = (
164
- f"mpirun -n {self._world_size} --bind-to core {mpi_cmd} --rank-by core --report-bindings"
+ f"mpirun -n {self._world_size} --bind-to core {mpi_cmd} --rank-by slot --report-bindings"
165
f" --allow-run-as-root {sys.executable} "
166
)
167
0 commit comments