---
title: UCX版本不匹配告警
description: "运行时报错："
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpckit/devg/userg_huaweimpi_0056.html
sourcePath: /source/zh/kunpenghpcs/hpckit/devg/userg_huaweimpi_0056.html
indexId: 009e62f11834671908f5915ffaeb63033e39756af5bd87b291aa66e3f0891dae60
---
# UCX版本不匹配告警

#### 现象描述

运行时报错：

```
UCX WARN UCP version is incompatible, required:x.xx, actual:x.xx
```


#### 可能原因

在某个版本的UCX上构建的XUCG和Hyper MPI，但是运行时却警告使用的是另一个版本的UCX，一般是由于系统目录已经存在一个UCX，并且构建XUCG前没有设置正确的UCX环境变量，导致XUCG依赖了错误的UCX版本。


#### 恢复步骤

严格按照用户指南构建Hyper MPI，构建XUCG前正确设置UCX的环境变量。
