37 #include <maloc/maloc_base.h>
39 #include <maloc/vsys.h>
40 #include <maloc/vmpi.h>
41 #include <maloc/vcom.h>
66 #if !defined(VINLINE_MALOC)
76 int Vmp_init(
int *argc,
char ***argv);
77 int Vmp_finalize(
void);
80 void Vmp_dtor(
Vmp **thee);
82 int Vmp_rank(
Vmp *thee);
83 int Vmp_size(
Vmp *thee);
84 int Vmp_barr(
Vmp *thee);
86 int Vmp_send(
Vmp *thee,
int des,
char *buf,
int bufsize);
87 int Vmp_recv(
Vmp *thee,
int src,
char *buf,
int bufsize);