From 6b10f36769d9d87d5e3ca3aabaec2488df1f2093 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 23 十二月 2019 10:34:53 +0800 Subject: [PATCH] update --- main.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main.go b/main.go index 8702d5e..777cf7c 100644 --- a/main.go +++ b/main.go @@ -114,7 +114,7 @@ ret := false if role == roleMaster { setParamters() - ret = master.Run(ctx, configPath) + ret = master.Run(ctx, configPath, "./libcomm.so") } else if role == roleSlave { ret = slave.Run(ctx, configPath, runType, id, gpu, shm) -- Gitblit v1.8.0