Pages du manuel Linux : Fonctions des bibliothèques

MPI_Type_hvector
Creates a vector (strided) datatype with offset in bytes
MPI_Type_indexed
Creates an indexed datatype
MPI_Type_lb
Returns the lower-bound of a datatype
MPI_Type_set_attr
Put value in datatype attribute
MPI_Type_set_name
Set a name on a datatype
MPI_Type_size
Return the number of bytes occupied by entries in the datatype
MPI_Type_struct
Creates a struct datatype
MPI_Type_ub
Returns the upper bound of a datatype
MPI_Type_vector
Creates a vector (strided) datatype
MPI_UB
See Constants.3
MPI_UNDEFINED
See Constants.3
MPI_UNDEFINED_RANK
See Constants.3
MPI_UNEQUAL
See Constants.3
MPI_Unpack
Unpack a datatype into contiguous memory
MPI_UNSIGNED
See Constants.3
MPI_UNSIGNED_CHAR
See Constants.3
MPI_UNSIGNED_LONG
See Constants.3
MPI_UNSIGNED_SHORT
See Constants.3
MPI_User_function
See Constants.3
MPI_Wait
Waits for an MPI send or receive to complete
MPI_Waitall
Waits for all given communications to complete
MPI_Waitany
Waits for any specified send or receive to complete
MPI_Waitsome
Waits for some given communications to complete
MPI_Win_c2f
Convert a window handle from its C representation to its Fortran representation
MPI_Win_call_errhandler
Invokes error handler assigned to the window with the error code supplied.
MPI_Win_complete
Completes an RMA access epoch
MPI_Win_create
Specifies an window accessible by remote processes
MPI_Win_create_errhandler
Creates a window error handler
MPI_Win_create_keyval
Create a window attribute key
MPI_Win_delete_attr
Delete an attribute
MPI_WIN_DUP_FN
Built-in MPI function to simple-mindedly copy window attributes.
MPI_Win_f2c
Convert a window handle from its Fortran representation to its C representation
MPI_Win_fence
Synchronizes one-sided communications on a window
MPI_Win_free
Frees a window object
MPI_Win_free_keyval
Free window attribute key
MPI_Win_get_attr
Get window attribute value
MPI_Win_get_errhandler
Get an errorhandler for a window
MPI_Win_get_group
Returns a duplicate of the group of a window
MPI_Win_get_name
Get the name associated with a window
MPI_Win_Lock
Starts an RMA access epoch
MPI_Win_post
Starts an RMA exposure epoch for a local window
MPI_Win_set_attr
Set attribute on a window
MPI_Win_set_errhandler
Sets a window error handler
MPI_Win_set_name
Set a name on a window
MPI_Win_start
Starts an RMA access epoch
MPI_Win_Test
Test for progress on a window
MPI_Win_unlock
Completes an RMA access epoch started by a call to MPI_WIN_LOCK
MPI_Win_wait
Completes an RMA exposure epoch
MPI_Wtick
Returns the resolution of MPI_Wtime
MPI_Wtime
Returns an elapsed time on the calling processor