From 8ba94040bdbeca5b41738b3ad3bd3297713fbed7 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 23 十二月 2019 13:49:31 +0800 Subject: [PATCH] update; --- main.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main.go b/main.go index 947179d..ae5150e 100644 --- a/main.go +++ b/main.go @@ -116,7 +116,7 @@ ret := false if role == roleMaster { setParamters() - ret = master.Run(ctx, configPath, "./libcomm.so") + ret = master.Run(ctx, "./libcomm.so", configPath) } else if role == roleSlave { ret = slave.Run(ctx, configPath, runType, id, gpu, shm) -- Gitblit v1.8.0