---
title: 通信过程建链报错：ucp_ep_create(...)failed：Destination is unreachable
description: "MPI进程在通信建链中返回如下错误信息："
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpckit/devg/userg_huaweimpi_0046.html
sourcePath: /source/zh/kunpenghpcs/hpckit/devg/userg_huaweimpi_0046.html
indexId: 91154940b02b06be18665cd390d0ff4177a80fee74d6b26ee2c5eed6b58c0ed260
---
# 通信过程建链报错：ucp_ep_create(...)failed：Destination is unreachable

#### 现象描述

MPI进程在通信建链中返回如下错误信息：

```
ucp_ep_create(peer proc=0 peer hostname=6426-node125) failed: Destination is unreachable
```


#### 可能原因

ep在与对端建链时，由于网络问题导致建链请求无法到达对端。


#### 恢复步骤

- 查看除ucp_ep_create报错之外的报错日志，根据错误日志中的信息在本章中检索有无对应的具体章节。
- 若本章中能够检索到报错信息，进入具体章节按照说明进行故障排查。
- 若本章中检索不到报错信息，ucp_ep_create报错中会打印对端节点名，在两端节点上检查网络配置、网卡配置是否有问题。
