mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-24 14:58:17 +08:00
no line buffer for mpi jobs (#1825)
This commit is contained in:
@@ -253,6 +253,8 @@ def launch_mpi(parser, hosts, args, command):
|
|||||||
|
|
||||||
cmd = [
|
cmd = [
|
||||||
mpirun,
|
mpirun,
|
||||||
|
"--output",
|
||||||
|
":raw", # do not line buffer output
|
||||||
"--hostfile",
|
"--hostfile",
|
||||||
f.name,
|
f.name,
|
||||||
*(["-cwd", args.cwd] if args.cwd else []),
|
*(["-cwd", args.cwd] if args.cwd else []),
|
||||||
|
Reference in New Issue
Block a user