---
title: 其他函数
description: "MPI终止函数"
url: https://www.hikunpeng.com/document/detail/zh/hpchistory/hpckit/develop2400/userg_hyperio_0134.html
sourcePath: /source/zh/hpchistory/hpckit/develop2400/userg_hyperio_0134.html
indexId: 96ac9d64d3106c59270b30eff876e9698155c36899e255ebe868060c84a6eb7d64
---
# 其他函数

#### 函数定义

MPI终止函数

int MPI_Finalize()

int PMPI_Finalize()


#### 返回值

- 成功：返回MPI_SUCCESS。
- 失败：返回错误码。


#### 错误码

| 错误码 | 描述 |
| --- | --- |
| MPI\_ERR\_OTHER | 其他类型的错误 |
