zhangmeng
2019-12-23 8ba94040bdbeca5b41738b3ad3bd3297713fbed7
update;
1个文件已修改
2 ■■■ 已修改文件
main.go 2 ●●● 补丁 | 查看 | 原始文档 | 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)