---
title: 关闭文件
description: "MPI_File_close(MPI_File *fh)"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpckit/devg/userg_hyperio_0018.html
sourcePath: /source/zh/kunpenghpcs/hpckit/devg/userg_hyperio_0018.html
indexId: 4469ec419beda227216e5a18690ec85a8e5f0711c658a4f9c71285671158f99958
---
# 关闭文件

#### 函数定义

MPI_File_close(MPI_File *fh)

PMPI_File_close(MPI_File *fh)


#### 参数

| 参数名 | 描述 | 取值范围 | 输入/输出 |
| --- | --- | --- | --- |
| \*fh | 文件（句柄） | 非空 | 输入 |


#### 返回值

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


#### 错误码

| 错误码 | 描述 |
| --- | --- |
| MPI\_ERR\_FILE | 无效文件句柄 |
| MPI\_ERR\_IO | 其他I/O错误 |
| MPI\_ERR\_OTHER | 其他错误 |
