Pages du manuel Linux : Fonctions des bibliothèques

MPI_Sendrecv
Sends and receives a message
MPI_Sendrecv_replace
Sends and receives using a single buffer
MPI_Send_init
Builds a handle for a standard send
MPI_SHORT
See Constants.3
MPI_SHORT_INT
See Constants.3
MPI_SIMILAR
See Constants.3
MPI_SOURCE
See Constants.3
MPI_Ssend
Basic synchronous send
MPI_Ssend_init
Builds a handle for a synchronous send
MPI_Start
Initiates a communication with a persistent request handle
MPI_Startall
Starts a collection of requests
MPI_Status_c2f
Convert a C status to a Fortran status
MPI_Status_f2c
Convert a status from its Fortran representation to its C representation
MPI_Status_set_cancelled
Set the opaque part of an MPI_Status so that MPI_Test_cancelled will return flag
MPI_Status_set_elements
Set the opaque part of an MPI_Status so that MPI_Get_elements will return count.
MPI_SUCCESS
See Constants.3
MPI_SUM
See Constants.3
MPI_TAG
See Constants.3
MPI_TAG_UB
See Constants.3
MPI_Test
Tests for the completion of a send or receive
MPI_Testall
Tests for the completion of all previously initiated communications
MPI_Testany
Tests for completion of any previdously initiated communication
MPI_Testsome
Tests for some given communications to complete
MPI_Test_cancelled
Tests to see if a request was cancelled
MPI_Topo_test
Determines the type of topology (if any) associated with a communicator
MPI_Type_c2f
Convert a datatype handle from its C representation to its Fortran representation
MPI_Type_commit
Commits the datatype
MPI_Type_contiguous
Creates a contiguous datatype
MPI_Type_create_darray
Creates a datatype corresponding to a distributed, multidimensional array
MPI_Type_create_extent
Create a resized datatype
MPI_Type_create_hindexed
Create extended hindexed derived datatype
MPI_Type_create_hvector
Create extended hvector derived datatype
MPI_Type_create_indexed_block
Creates an indexed datatype with constant sized blocks
MPI_Type_create_keyval
Create a datatype attribute key
MPI_Type_create_struct
Create extended struct derived datatype
MPI_Type_create_subarray
Creates a datatype describing a subarray of a multidimensional array
MPI_Type_delete_attr
Delete attribue
MPI_Type_dup
Duplicate a datatype
MPI_TYPE_DUP_FN
Built-in MPI function to simple-mindedly copy datatype attributes.
MPI_Type_extent
Returns the extent of a datatype
MPI_Type_f2c
Convert a datatype handle from its Fortran representation to its C representation
MPI_Type_free
Frees the datatype
MPI_Type_free_keyval
Free datatype attribuet key
MPI_Type_get_attr
Get datatype attribute value
MPI_Type_get_contents
Retrieves the actual arguments used in the creation call for a datatype
MPI_Type_get_envelope
Returns information on the number and type of input arguments used in the call that created datatype
MPI_Type_get_extent
Get lower bound and extent of datatype
MPI_Type_get_name
Get the name associated with a datatype
MPI_Type_get_true_extent
Get true lower bound and extent of datatype
MPI_Type_hindexed
Creates an indexed datatype with offsets in bytes