76 #if !defined(VINLINE_MALOC)
The base (or foundation) header for MALOC.
Class Vcom: virtual (currently just MPI) communications layer.
Class Vmpi: a Virtual MPI communication layer object.
The primary header for VSYS. (Virtual SYStem utilities library.)
int Vmp_finalize(void)
The Vmp finalizer.
int Vmp_send(Vmp *thee, int des, char *buf, int bufsize)
An MPI blocking send.
int Vmp_init(int *argc, char ***argv)
The Vmp initializer.
int Vmp_rank(Vmp *thee)
Return my processor ID.
int Vmp_recv(Vmp *thee, int src, char *buf, int bufsize)
An MPI blocking receive.
void Vmp_dtor(Vmp **thee)
The Vmp destructor.
int Vmp_barr(Vmp *thee)
An MPI barrier.
Vmp * Vmp_ctor(void)
The Vmp constructor.
int Vmp_size(Vmp *thee)
Return the number of processors involved.
Contains public data members for Vmp class.
Definition: vmp.h:58
int mpi_rank
Definition: vmp.h:59
int mpi_size
Definition: vmp.h:60