Pages du manuel Linux : Fonctions des bibliothèques

MPI_ANY_SOURCE
See Constants.3
MPI_ANY_TAG
See Constants.3
MPI_Attr_delete
Deletes attribute value associated with a key
MPI_Attr_get
Retrieves attribute value by key
MPI_Attr_put
Stores attribute value associated with a key
MPI_BAND
See Constants.3
MPI_Barrier
Blocks until all process have reached this routine.
MPI_Bcast
Broadcasts a message from the process with rank "root" to all other processes of the group.
MPI_BOR
See Constants.3
MPI_BOTTOM
See Constants.3
MPI_Bsend
Basic send with user-specified buffering
MPI_Bsend_init
Builds a handle for a buffered send
MPI_BSEND_OVERHEAD
See Constants.3
MPI_Buffer_attach
Attaches a user-defined buffer for sending
MPI_Buffer_detach
Removes an existing buffer (for use in MPI_Bsend etc)
MPI_BXOR
See Constants.3
MPI_BYTE
See Constants.3
MPI_Cancel
Cancels a communication request
MPI_CART
See Constants.3
MPI_Cartdim_get
Retrieves Cartesian topology information associated with a communicator
MPI_Cart_coords
Determines process coords in cartesian topology given rank in group
MPI_Cart_create
Makes a new communicator to which topology information has been attached
MPI_Cart_get
Retrieves Cartesian topology information associated with a communicator
MPI_Cart_map
Maps process to Cartesian topology information
MPI_Cart_rank
Determines process rank in communicator given Cartesian location
MPI_Cart_shift
Returns the shifted source and destination ranks, given a shift direction and amount
MPI_Cart_sub
Partitions a communicator into subgroups which form lower-dimensional cartesian subgrids
MPI_CHAR
See Constants.3
MPI_Close_port
Close a server port
MPI_Comm_accept
Accept a connection from another MPI process
MPI_Comm_c2f
Convert a communicator handle from its C representation to its Fortran representation
MPI_Comm_compare
Compares two communicators
MPI_Comm_connect
Make a connection to another MPI process
MPI_Comm_create
Creates a new communicator
MPI_Comm_create_errhandler
Create communicator error handler
MPI_Comm_create_keyval
Create a communicator attribute key
MPI_Comm_delete_attr
Delete an attribute
MPI_Comm_disconnect
Disconnect a client and server
MPI_Comm_dup
Duplicates an existing communicator with all its cached information
MPI_COMM_DUP_FN
Built-in MPI function to simple-mindedly copy communicator attributes.
MPI_Comm_f2c
Convert a communicator handle from its Fortran representation to its C representation
MPI_Comm_free
Marks the communicator object for deallocation
MPI_Comm_free_keyval
Free communicator attribute key
MPI_Comm_get_attr
Get communicator attribute value
MPI_Comm_get_errhandler
Get error handler of communicator
MPI_Comm_get_name
return the print name from the communicator
MPI_Comm_get_parent
Get the parent communicator of a spawned MPI rank
MPI_Comm_group
Accesses the group associated with given communicator
MPI_Comm_join
Connect two MPI processed joined by a socket
MPI_COMM_NULL
See Constants.3