Skip to content

Commit

Permalink
--mca to -mca in bfrun
Browse files Browse the repository at this point in the history
  • Loading branch information
bichengying committed Jun 5, 2020
1 parent a7842c1 commit 35655a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluefog/run/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ def main():
ssh_port_arg = ""

if args.use_infiniband:
ib_arg = "--mca btl openib,self"
ib_arg = "-mca btl openib,self"
else:
ib_arg = "--mca btl ^openib"
ib_arg = "-mca btl ^openib"

if not _is_open_mpi_installed():
raise Exception(
Expand Down

0 comments on commit 35655a9

Please sign in to comment.