From f3d1415f01b6db394cb31d232662cd6db204fd5f Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期一, 23 十二月 2019 09:31:50 +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