|
MALOC 0.1
|
A Virtual MPI communication lawyer object. More...
Files | |
| file | vmpi.h |
| Class Vmpi: a Virtual MPI communication layer object. | |
Classes | |
| struct | sVmpi |
| Class Vmpi: Definition. More... | |
Typedefs | |
| typedef struct sVmpi | Vmpi |
| Declaration of the Vmpi class as the Vmpi structure. | |
Functions | |
| int | Vmpi_init (int *argc, char ***argv) |
| The Vmp initializer. | |
| int | Vmpi_finalize (void) |
| The Vmp finalizer. | |
| Vmpi * | Vmpi_ctor (void) |
| The Vmpi constructor. | |
| void | Vmpi_dtor (Vmpi **thee) |
| The Vmpi destructor. | |
| int | Vmpi_rank (Vmpi *thee) |
| Return my processor ID. | |
| int | Vmpi_size (Vmpi *thee) |
| Return the number of processors involved. | |
| int | Vmpi_barr (Vmpi *thee) |
| An MPI barrier. | |
| int | Vmpi_send (Vmpi *thee, int des, char *buf, int bufsize) |
| An MPI blocking send. | |
| int | Vmpi_recv (Vmpi *thee, int src, char *buf, int bufsize) |
| An MPI blocking receive. | |
| int | Vmpi_bcast (Vmpi *thee, char *buf, int bufsize) |
| An MPI broadcast. | |
| int | Vmpi_reduce (Vmpi *thee, char *sbuf, char *rbuf, int bufsize) |
| An MPI reduce. | |
| int | Vmpi_isend (Vmpi *thee, int des, char *buf, int bufsize) |
| An MPI non-blocking send. | |
A Virtual MPI communication lawyer object.
| int Vmpi_barr | ( | Vmpi * | thee | ) |
| int Vmpi_bcast | ( | Vmpi * | thee, |
| char * | buf, | ||
| int | bufsize ) |
| Vmpi * Vmpi_ctor | ( | void | ) |
| void Vmpi_dtor | ( | Vmpi ** | thee | ) |
| int Vmpi_finalize | ( | void | ) |
| int Vmpi_init | ( | int * | argc, |
| char *** | argv ) |
| int Vmpi_isend | ( | Vmpi * | thee, |
| int | des, | ||
| char * | buf, | ||
| int | bufsize ) |
| int Vmpi_rank | ( | Vmpi * | thee | ) |
| int Vmpi_recv | ( | Vmpi * | thee, |
| int | src, | ||
| char * | buf, | ||
| int | bufsize ) |
| int Vmpi_reduce | ( | Vmpi * | thee, |
| char * | sbuf, | ||
| char * | rbuf, | ||
| int | bufsize ) |
| int Vmpi_send | ( | Vmpi * | thee, |
| int | des, | ||
| char * | buf, | ||
| int | bufsize ) |