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)