---
title: 以非聚合模式（noncollective）更新单个文件指针
description: "MPI_File_seek(MPI_File fh, MPI_Offset offset, int whence)"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpckit/devg/userg_hyperio_0029.html
sourcePath: /source/zh/kunpenghpcs/hpckit/devg/userg_hyperio_0029.html
indexId: 47399525b0ba5afdb74d86dc314d1c48fb6aed8a28cdd64343b3145f22c8b61e58
---
# 以非聚合模式（noncollective）更新单个文件指针

#### 函数定义

MPI_File_seek(MPI_File fh, MPI_Offset offset, int whence)

PMPI_File_seek(MPI_File fh, MPI_Offset offset, int whence)


#### 参数

| 参数名 | 描述 | 取值范围 | 输入/输出 |
| --- | --- | --- | --- |
| fh | 文件（句柄） | 非空 | 输入 |
| offset | 偏移量 | 非负整数 | 输入 |
| whence | 更新模式 | MPI\_SEEK\_SET MPI\_SEEK\_CUR | 输入 |


#### 返回值

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


#### 错误码

| 错误码 | 描述 |
| --- | --- |
| MPI\_ERR\_FILE | 无效文件句柄 |
