MPI Info Object Functions
In this section
MPI_Info_create
Creates a new info object.MPI_Info_delete
Deletes a (key,value) pair from info object.MPI_Info_dup
Returns a duplicate of the info object.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 an info object.MPI_Info_get_nthkey
Returns the n-th defined key in an info object.MPI_Info_get_valuelen
Retrieves the length of the value associated with a key.MPI_Info_set
Adds a (key,value) pair to the info object.