Pages du manuel Linux : Fonctions des bibliothèques

MPI_Group_f2c
Convert a group handle from its Fortran representation to its C representation
MPI_Group_free
Frees a group
MPI_Group_incl
Produces a group by reordering an existing group and taking only listed members
MPI_Group_intersection
Produces a group as the intersection of two existing groups
MPI_GROUP_NULL
See Constants.3
MPI_Group_range_excl
Produces a group by excluding ranges of processes from an existing group
MPI_Group_range_incl
Creates a new group from ranges of ranks in an existing group
MPI_Group_rank
Returns the rank of this process in the given group
MPI_Group_size
Returns the size of a group
MPI_Group_translate_ranks
Translates the ranks of processes in one group to those in another group
MPI_Group_union
Produces a group by combining two groups
MPI_Handler_function
See Constants.3
MPI_HOST
See Constants.3
MPI_Ibsend
Starts a nonblocking buffered send
MPI_IDENT
See Constants.3
MPI_Info_c2f
Translates a C info handle to a Fortran info handle
MPI_Info_create
Creates a new info object
MPI_Info_delete
Deletes a (key,value) pair from info
MPI_Info_dup
Returns a duplicate of the info object
MPI_Info_f2c
Translates a Fortran info handle to a C info handle
MPI_Info_free
Frees an info object
MPI_Info_get
Retrieves the value associated with a key
MPI_Info_get_nkeys
Returns the number of currently defined keys in info
MPI_Info_get_nthkey
Returns the nth defined key in info
MPI_Info_get_valuelen
Retrieves the length of the value associated with a key
MPI_Info_set
Adds a (key,value) pair to info
MPI_Init
Initialize the MPI execution environment
MPI_Initialized
Indicates whether MPI_Init has been called.
MPI_Init_thread
Initialize the MPI execution environment
MPI_INT
See Constants.3
MPI_Int2handle
Convert an integer (Fortran) MPI handle to a C handle
MPI_INTEGER
See Constants.3
MPI_INTEGER1
See Constants.3
MPI_INTEGER2
See Constants.3
MPI_INTEGER4
See Constants.3
MPI_Intercomm_create
Creates an intercommuncator from two intracommunicators
MPI_Intercomm_merge
Creates an intracommuncator from an intercommunicator
MPI_IO
See Constants.3
MPI_Iprobe
Nonblocking test for a message
MPI_Irecv
Begins a nonblocking receive
MPI_Irsend
Starts a nonblocking ready send
MPI_Isend
Begins a nonblocking send
MPI_Issend
Starts a nonblocking synchronous send
MPI_Is_thread_main
determine if the caller is the main thread
MPI_Keyval_create
Generates a new attribute key
MPI_Keyval_free
Frees attribute key for communicator cache attribute
MPI_KEYVAL_INVALID
See Constants.3
MPI_LAND
See Constants.3
MPI_LB
See Constants.3
MPI_LOGICAL
See Constants.3