Pages du manuel Linux : Fonctions des bibliothèques

MPI_LONG
See Constants.3
MPI_LONG_DOUBLE
See Constants.3
MPI_LONG_DOUBLE_INT
See Constants.3
MPI_LONG_INT
See Constants.3
MPI_LONG_LONG_INT
See Constants.3
MPI_Lookup_name
Lookup a previously published name
MPI_LOR
See Constants.3
MPI_LXOR
See Constants.3
MPI_MAX
See Constants.3
MPI_MAXLOC
See Constants.3
MPI_MAX_ERROR_STRING
See Constants.3
MPI_MAX_PROCESSOR_NAME
See Constants.3
MPI_MIN
See Constants.3
MPI_MINLOC
See Constants.3
MPI_NULL_COPY_FN
See Constants.3
MPI_NULL_DELETE_FN
See Constants.3
MPI_Open_port
Establish a server port for client MPI connections
MPI_Op_c2f
Convert an op handle from its C representation to its Fortran representation
MPI_Op_create
Creates a user-defined combination function handle
MPI_Op_f2c
Convert an op handler from its Fortran representation to its C representation
MPI_Op_free
Frees a user-defined combination function handle
MPI_OP_NULL
See Constants.3
MPI_Pack
Packs a datatype into contiguous memory
MPI_PACKED
See Constants.3
MPI_Pack_size
Returns the upper bound on the amount of space needed to pack a message
MPI_Pcontrol
Controls profiling
MPI_Probe
Blocking test for a message
MPI_PROC_NULL
See Constants.3
MPI_PROD
See Constants.3
MPI_Publish_name
Publish a service name for dynamic process control
MPI_Put
One Sided data placement operation
MPI_Query_thread
Check level of thread support in MPI
MPI_REAL
See Constants.3
MPI_REAL4
See Constants.3
MPI_REAL8
See Constants.3
MPI_Recv
Basic receive
MPI_Recv_init
Builds a handle for a receive
MPI_Reduce
Reduces values on all processes to a single value
MPI_Reduce_scatter
Combines values and scatters the results
MPI_Register_datarep
Register functions for user-defined data representations
MPI_Request_c2f
Convert a C request to a Fortran request
MPI_Request_f2c
Convert a request handle from its Fortran representation to its C representation
MPI_Request_free
Frees a communication request object
MPI_REQUEST_NULL
See Constants.3
MPI_Rsend
Basic ready send
MPI_Rsend_init
Builds a handle for a ready send
MPI_Scan
Computes the scan (partial reductions) of data on a collection of processes
MPI_Scatter
Sends data from one task to all other tasks in a group
MPI_Scatterv
Scatters a buffer in parts to all tasks in a group
MPI_Send
Performs a basic send