zhangmeng
2019-12-23 8ba94040bdbeca5b41738b3ad3bd3297713fbed7
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)