|
MALOC 0.1
|
A Virtual MPI communication layer object. More...
Files | |
| file | vmp.h |
| Class Vmp: a Virtual MPI communication layer object. | |
Classes | |
| struct | sVmp |
| Contains public data members for Vmp class. More... | |
Typedefs | |
| typedef struct sVmp | Vmp |
| Declaration of the Vmp class as teh Vmp structure. | |
Functions | |
| int | Vmp_init (int *argc, char ***argv) |
| The Vmp initializer. | |
| int | Vmp_finalize (void) |
| The Vmp finalizer. | |
| Vmp * | Vmp_ctor (void) |
| The Vmp constructor. | |
| void | Vmp_dtor (Vmp **thee) |
| The Vmp destructor. | |
| int | Vmp_rank (Vmp *thee) |
| Return my processor ID. | |
| int | Vmp_size (Vmp *thee) |
| Return the number of processors involved. | |
| int | Vmp_barr (Vmp *thee) |
| An MPI barrier. | |
| int | Vmp_send (Vmp *thee, int des, char *buf, int bufsize) |
| An MPI blocking send. | |
| int | Vmp_recv (Vmp *thee, int src, char *buf, int bufsize) |
| An MPI blocking receive. | |
A Virtual MPI communication layer object.
| int Vmp_barr | ( | Vmp * | thee | ) |
| Vmp * Vmp_ctor | ( | void | ) |
| void Vmp_dtor | ( | Vmp ** | thee | ) |
| int Vmp_finalize | ( | void | ) |
| int Vmp_init | ( | int * | argc, |
| char *** | argv ) |
| int Vmp_rank | ( | Vmp * | thee | ) |
| int Vmp_recv | ( | Vmp * | thee, |
| int | src, | ||
| char * | buf, | ||
| int | bufsize ) |
| int Vmp_send | ( | Vmp * | thee, |
| int | des, | ||
| char * | buf, | ||
| int | bufsize ) |