main.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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)