From 35655a9f627a1bbc6d67056522a784c80201e689 Mon Sep 17 00:00:00 2001 From: ybc Date: Thu, 4 Jun 2020 23:58:51 -0700 Subject: [PATCH] --mca to -mca in bfrun --- bluefog/run/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bluefog/run/run.py b/bluefog/run/run.py index 6d2dff07..e02c650e 100644 --- a/bluefog/run/run.py +++ b/bluefog/run/run.py @@ -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(