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