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