nm_mpi_info.h
Go to the documentation of this file.
int MPI_Info_create_env(int argc, char *argv[], MPI_Info *info)
int MPI_Info_get(MPI_Info info, const char *key, int valuelen, char *value, int *flag)
Retrieves the value associated with a key.
int MPI_Info_get_valuelen(MPI_Info info, const char *key, int *valuelen, int *flag)
Retrieves the length of the value associated with a key.
int MPI_Info_delete(MPI_Info info, const char *key)
Deletes a <key, value> pair from info object.
int MPI_Info_get_nthkey(MPI_Info info, int n, char *key)
Returns the nth key in info.
int MPI_Info_get_string(MPI_Info info, const char *key, int *buflen, char *value, int *flag)
int MPI_Info_set(MPI_Info info, const char *key, const char *value)
Adds a <key, value> pair to info object.
int MPI_Info_get_nkeys(MPI_Info info, int *nkeys)
Returns the number of currently defined keys in info.
Definition nm_data.h:538