MPI Miscellaneous Functions
In this section
MPI_Buffer_attach
MPI_Buffer_detach
Attaches / removes a user-provided buffer for sending.MPI_Comm_get_name
Returns the print name from the communicator.MPI_Comm_set_name
Sets the print name for a communicator.MPI_File_c2f
Translates a C file handle to a Fortran file handle.MPI_File_f2c
Translates a Fortran file handle to a C file handle.MPI_Pcontrol
Controls profiling.MPI_Status_c2f
Converts from a C status (which is a structure) to a Fortran status (which is an array of integers).MPI_Status_f2c
Converts from a Fortran status (which is an array of integers) to a C status (which is a structure).-
MPI_Type_create_f90_real
Returns a predefined type that matches the specified range. MPI_Type_get_name
Gets the print name for a datatype.MPI_Type_match_size
Finds an MPI datatype matching a specified size.MPI_Type_set_name
Sets a name for a datatype.MPI_Win_get_name
Gets the print name associated with the MPI window object.MPI_Win_set_name
Sets the print name for an MPI window object.MPIR_Dup_fn
A function to copy attributes.MSMPI_Get_bsend_overhead
Returns the size of the overhead required for Bsend buffers.MSMPI_Get_version
Returns the version number of the MSMPI feature set.MSMPI_Request_set_apc
Sets an APC callback to be invoked on the calling thread when the request completes.