Pages du manuel Linux : Fonctions des bibliothèques

MPI_ERR_INTERN
See Constants.3
MPI_ERR_IN_STATUS
See Constants.3
MPI_ERR_LASTCODE
See Constants.3
MPI_ERR_LIMIT
See Constants.3
MPI_ERR_NOMATCH
See Constants.3
MPI_ERR_NULL
See Constants.3
MPI_ERR_OP
See Constants.3
MPI_ERR_OTHER
See Constants.3
MPI_ERR_PERM_KEY
See Constants.3
MPI_ERR_PERM_OP
See Constants.3
MPI_ERR_PERM_TYPE
See Constants.3
MPI_ERR_PRE_INIT
See Constants.3
MPI_ERR_RANK
See Constants.3
MPI_ERR_REQUEST
See Constants.3
MPI_ERR_ROOT
See Constants.3
MPI_ERR_TAG
See Constants.3
MPI_ERR_TOPOLOGY
See Constants.3
MPI_ERR_TRUNCATE
See Constants.3
MPI_ERR_TYPE
See Constants.3
MPI_ERR_UNKNOWN
See Constants.3
MPI_File_c2f
Translates a C file handle to a Fortran file handle
MPI_File_close
Closes a file
MPI_File_delete
Deletes a file
MPI_File_f2c
Translates a Fortran file handle to a C file handle
MPI_File_get_amode
Returns the file access mode
MPI_File_get_atomicity
Returns the atomicity mode
MPI_File_get_byte_offset
Returns the absolute byte position in the file corresponding to "offset" etypes relative to the current view
MPI_File_get_errhandler
Returns the error handler for a file
MPI_File_get_group
Returns the group of processes that opened the file
MPI_File_get_info
Returns the hints for a file that are actually being used by MPI
MPI_File_get_position
Returns the current position of the individual file pointer in etype units relative to the current view
MPI_File_get_position_shared
Returns the current position of the shared file pointer in etype units relative to the current view
MPI_File_get_size
Returns the file size
MPI_File_get_type_extent
Returns the extent of datatype in the file
MPI_File_get_view
Returns the file view
MPI_File_iread
Nonblocking read using individual file pointer
MPI_File_iread_at
Nonblocking read using explict offset
MPI_File_iread_shared
Nonblocking read using shared file pointer
MPI_File_iwrite
Nonblocking write using individual file pointer
MPI_File_iwrite_at
Nonblocking write using explict offset
MPI_File_iwrite_shared
Nonblocking write using shared file pointer
MPI_File_open
Opens a file
MPI_File_preallocate
Preallocates storage space for a file
MPI_File_read
Read using individual file pointer
MPI_File_read_all
Collective read using individual file pointer
MPI_File_read_all_begin
Begin a split collective read using individual file pointer
MPI_File_read_all_end
Complete a split collective read using individual file pointer
MPI_File_read_at
Read using explict offset
MPI_File_read_at_all
Collective read using explict offset
MPI_File_read_at_all_begin
Begin a split collective read using explict offset