Skip to content

Commit

Permalink
Remove the disable of btl openib
Browse files Browse the repository at this point in the history
  • Loading branch information
bichengying committed May 27, 2020
1 parent 38366df commit da31272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluefog/run/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def main():
'mpirun --allow-run-as-root '
'-np {num_proc} {hosts_arg} '
'-bind-to none -map-by slot '
'-mca pml ob1 -mca btl ^openib '
'-mca pml ob1 '
'{ssh_port_arg} {tcp_intf_arg} '
'{extra_flags} {env} {command}'
.format(num_proc=args.np,
Expand Down

0 comments on commit da31272

Please sign in to comment.