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