Go to the source code of this file.
Functions | |
| void | Attach_buffer (void *buffer, int size) |
| int | Detach_buffer (void *&buffer) |
| void | Compute_dims (int nnodes, int ndims, int dims[]) |
| void | Get_processor_name (char *name, int &resultlen) |
| void | Get_error_string (int errorcode, char *string, int &resultlen) |
| int | Get_error_class (int errorcode) |
| double | Wtime () |
| double | Wtick () |
| void | Init (int &argc, char **&argv) |
| void | Init () |
| OMPI_DECLSPEC void | InitializeIntercepts () |
| void | Real_init () |
| void | Finalize () |
| bool | Is_initialized () |
| bool | Is_finalized () |
| int | Init_thread (int &argc, char **&argv, int required) |
| int | Init_thread (int required) |
| bool | Is_thread_main () |
| int | Query_thread () |
| void * | Alloc_mem (Aint size, const Info &info) |
| void | Free_mem (void *base) |
| void | Close_port (const char *port_name) |
| void | Lookup_name (const char *service_name, const Info &info, char *port_name) |
| void | Open_port (const Info &info, char *port_name) |
| void | Publish_name (const char *service_name, const Info &info, const char *port_name) |
| void | Unpublish_name (const char *service_name, const Info &info, const char *port_name) |
| void | Pcontrol (const int level,...) |
| void | Get_version (int &version, int &subversion) |
| MPI::Aint | Get_address (void *location) |
| void* Alloc_mem | ( | Aint | size, | |
| const Info & | info | |||
| ) |
| void MPI::Attach_buffer | ( | void * | buffer, | |
| int | size | |||
| ) | [inline] |
Definition at line 28 of file functions_inln.h.
| void MPI::Close_port | ( | const char * | port_name | ) | [inline] |
Definition at line 201 of file functions_inln.h.
| void MPI::Compute_dims | ( | int | nnodes, | |
| int | ndims, | |||
| int | dims[] | |||
| ) | [inline] |
Definition at line 46 of file functions_inln.h.
| int MPI::Detach_buffer | ( | void *& | buffer | ) | [inline] |
Definition at line 34 of file functions_inln.h.
| void MPI::Finalize | ( | ) | [inline] |
Definition at line 110 of file functions_inln.h.
| void MPI::Free_mem | ( | void * | base | ) | [inline] |
Definition at line 189 of file functions_inln.h.
| MPI::Aint MPI::Get_address | ( | void * | location | ) | [inline] |
Definition at line 267 of file functions_inln.h.
| int Get_error_class | ( | int | errorcode | ) |
| void Get_error_string | ( | int | errorcode, | |
| char * | string, | |||
| int & | resultlen | |||
| ) |
| void MPI::Get_processor_name | ( | char * | name, | |
| int & | resultlen | |||
| ) | [inline] |
Definition at line 57 of file functions_inln.h.
| void MPI::Get_version | ( | int & | version, | |
| int & | subversion | |||
| ) | [inline] |
Definition at line 260 of file functions_inln.h.
| void Init | ( | ) |
| void Init | ( | int & | argc, | |
| char **& | argv | |||
| ) |
| int MPI::Init_thread | ( | int | required | ) | [inline] |
Definition at line 137 of file functions_inln.h.
| int MPI::Init_thread | ( | int & | argc, | |
| char **& | argv, | |||
| int | required | |||
| ) | [inline] |
Definition at line 147 of file functions_inln.h.
| OMPI_DECLSPEC void InitializeIntercepts | ( | ) |
| bool MPI::Is_finalized | ( | ) | [inline] |
Definition at line 124 of file functions_inln.h.
| bool MPI::Is_initialized | ( | ) | [inline] |
Definition at line 116 of file functions_inln.h.
| bool MPI::Is_thread_main | ( | ) | [inline] |
Definition at line 157 of file functions_inln.h.
| void Lookup_name | ( | const char * | service_name, | |
| const Info & | info, | |||
| char * | port_name | |||
| ) |
| void Open_port | ( | const Info & | info, | |
| char * | port_name | |||
| ) |
| void MPI::Pcontrol | ( | const int | level, | |
| ... | ||||
| ) | [inline] |
Definition at line 249 of file functions_inln.h.
| void Publish_name | ( | const char * | service_name, | |
| const Info & | info, | |||
| const char * | port_name | |||
| ) |
| int MPI::Query_thread | ( | ) | [inline] |
Definition at line 166 of file functions_inln.h.
| void MPI::Real_init | ( | ) | [inline] |
Definition at line 89 of file functions_inln.h.
| void Unpublish_name | ( | const char * | service_name, | |
| const Info & | info, | |||
| const char * | port_name | |||
| ) |
| double MPI::Wtick | ( | ) | [inline] |
Definition at line 83 of file functions_inln.h.
| double MPI::Wtime | ( | ) | [inline] |
Definition at line 77 of file functions_inln.h.
1.5.9