MPI 文件函数
本节内容
MPI_File_close
关闭文件。MPI_File_delete
删除文件。MPI_File_get_amode
返回文件访问模式。MPI_File_get_atomicity
返回原子性模式。MPI_File_get_byte_offset
返回文件中相对于当前视图的“偏移量”类型对应的绝对字节位置。MPI_File_get_group
返回打开该文件的进程组。MPI_File_get_info
返回 MPI 实际正在使用的文件的提示。MPI_File_get_position
返回单个文件指针相对于当前视图的当前位置(以类型为单位)。MPI_File_get_position_shared
返回共享文件指针相对于当前视图的当前位置(以类型为单位)。MPI_File_get_size
返回文件大小。MPI_File_get_type_extent
返回文件中数据类型的范围。MPI_File_get_view
返回文件视图。MPI_File_iread
使用单个文件指针进行非阻止读取。MPI_File_iread_at
使用 explict offset 进行非阻止读取。MPI_File_iread_shared
使用共享文件指针进行非阻止读取。MPI_File_iwrite
使用单个文件指针进行非阻止写入。MPI_File_iwrite_at
使用 explict offset 进行非阻塞写入。MPI_File_iwrite_shared
使用共享文件指针进行非阻止写入。MPI_File_open
打开文件。MPI_File_preallocate
预分配文件的存储空间。MPI_File_read
使用单个文件指针读取。MPI_File_read_all
使用单个文件指针进行集体读取。MPI_File_read_all_begin
使用单个文件指针开始拆分集体读取。MPI_File_read_all_end
使用单个文件指针完成拆分集体读取。MPI_File_read_at
使用 explict offset 读取。MPI_File_read_at_all
使用 explict 偏移量的集体读取。MPI_File_read_at_all_begin
使用 explict offset 开始拆分集体读取。MPI_File_read_at_all_end
使用 explict offset 完成拆分集体读取。MPI_File_read_ordered
使用共享文件指针进行集体读取。MPI_File_read_ordered_begin
使用共享文件指针开始拆分集体读取。MPI_File_read_ordered_end
使用共享文件指针完成拆分集体读取。MPI_File_read_shared
使用共享文件指针读取。MPI_File_seek
汇报单个文件指针。MPI_File_seek_shared
汇报共享文件指针。MPI_File_set_atomicity
设置原子性模式。MPI_File_set_info
为与文件关联的提示设置新值。MPI_File_set_size
设置文件大小。MPI_File_set_view
设置文件视图。MPI_File_sync
导致以前的所有写入都传输到存储设备。MPI_File_write
使用单个文件指针写入。MPI_File_write_all
使用单个文件指针进行集体写入。MPI_File_write_all_begin
使用单个文件指针开始拆分集体写入。MPI_File_write_all_end
使用单个文件指针完成拆分集体写入。MPI_File_write_at
使用 explict offset 进行写入。MPI_File_write_at_all
使用 explict offset 进行集体写入。MPI_File_write_at_all_begin
使用 explict offset 开始拆分集体写入。MPI_File_write_at_all_end
使用 explict offset 完成拆分集体写入。MPI_File_write_ordered
使用共享文件指针进行集体写入。MPI_File_write_ordered_begin
使用共享文件指针开始拆分集体写入。MPI_File_write_ordered_end
使用共享文件指针完成拆分集体写入。MPI_File_write_shared
使用共享文件指针写入。MPI_Register_datarep
注册一组用户提供的数据转换。MPI_Datarep_conversion_function
此函数是用户定义函数的占位符,用于从文件数据表示形式转换为本机表示形式,反之亦然。MPI_Datarep_extent_function
此函数是用户定义的盘区回调函数的占位符。