MPI 檔案函式
本節內容
MPI_File_close
關閉檔案。MPI_File_delete
刪除檔案。MPI_File_get_amode
傳回檔案存取模式。MPI_File_get_atomicity
傳回不可部分完成模式。MPI_File_get_byte_offset
傳回相對於目前檢視之 「offset」 etypes 之檔案中的絕對位元組位置。MPI_File_get_group
傳回開啟檔案的進程群組。MPI_File_get_info
傳回 MPI 實際使用的檔案提示。MPI_File_get_position
傳回相對於目前檢視之 etype 單位中個別檔案指標的目前位置。MPI_File_get_position_shared
傳回與目前檢視相對之 etype 單位中共用檔案指標的目前位置。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 位移讀取。MPI_File_read_at_all
使用 explict 位移進行共同讀取。MPI_File_read_at_all_begin
使用 explict offset 開始分割共同讀取。MPI_File_read_at_all_end
使用 explict 位移完成分割共同讀取。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 位移寫入。MPI_File_write_at_all
使用 explict 位移的統一寫入。MPI_File_write_at_all_begin
使用 explict offset 開始分割共同寫入。MPI_File_write_at_all_end
使用 explict 位移完成分割共同寫入。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
此函式是使用者定義範圍回呼函式的預留位置。