*
│ │ │ * MALOC = < Minimal Abstraction Layer for Object-oriented C >
│ │ │ * Copyright (C) 1994-- Michael Holst
│ │ │ *
│ │ │ * This library is free software; you can redistribute it and/or
│ │ │ * modify it under the terms of the GNU Lesser General Public
│ │ │ * License as published by the Free Software Foundation; either
│ │ │ ├── html2text {}
│ │ │ │ @@ -1,77 +1,71 @@
│ │ │ │ MALOC 0.1
│ │ │ │ * _s_r_c
│ │ │ │ * _p_s_h
│ │ │ │ * _m_a_l_o_c
│ │ │ │ _C_l_a_s_s_e_s | _T_y_p_e_d_e_f_s | _F_u_n_c_t_i_o_n_s
│ │ │ │ -vmpi.h File Reference
│ │ │ │ -_V_m_p_i_ _c_l_a_s_s
│ │ │ │ -Class Vmpi: a Virtual MPI communication layer object. _M_o_r_e_._._.
│ │ │ │ +vmp.h File Reference
│ │ │ │ +_V_m_p_ _c_l_a_s_s
│ │ │ │ +Class Vmp: a Virtual MPI communication layer object. _M_o_r_e_._._.
│ │ │ │ #include <_m_a_l_o_c_/_m_a_l_o_c___b_a_s_e_._h>
│ │ │ │ #include <_m_a_l_o_c_/_v_s_y_s_._h>
│ │ │ │ -Include dependency graph for vmpi.h:
│ │ │ │ +#include <_m_a_l_o_c_/_v_m_p_i_._h>
│ │ │ │ +#include <_m_a_l_o_c_/_v_c_o_m_._h>
│ │ │ │ +Include dependency graph for vmp.h:
│ │ │ │ This graph shows which files directly or indirectly include this file:
│ │ │ │ _G_o_ _t_o_ _t_h_e_ _s_o_u_r_c_e_ _c_o_d_e_ _o_f_ _t_h_i_s_ _f_i_l_e_.
│ │ │ │ CCllaasssseess
│ │ │ │ -struct _s_V_m_p_i
│ │ │ │ - Class Vmpi: Definition. _M_o_r_e_._._.
│ │ │ │ +struct _s_V_m_p
│ │ │ │ + Contains public data members for Vmp class. _M_o_r_e_._._.
│ │ │ │
│ │ │ │ TTyyppeeddeeffss
│ │ │ │ -typedef struct _s_V_m_p_i _V_m_p_i
│ │ │ │ - Declaration of the Vmpi class as the Vmpi structure.
│ │ │ │ +typedef struct _s_V_m_p _V_m_p
│ │ │ │ + Declaration of the Vmp class as teh Vmp structure.
│ │ │ │
│ │ │ │ FFuunnccttiioonnss
│ │ │ │ - int _V_m_p_i___i_n_i_t (int *argc, char ***argv)
│ │ │ │ - The Vmp initializer.
│ │ │ │ + int _V_m_p___i_n_i_t (int *argc, char ***argv)
│ │ │ │ + The Vmp initializer.
│ │ │ │
│ │ │ │ - int _V_m_p_i___f_i_n_a_l_i_z_e (void)
│ │ │ │ - The Vmp finalizer.
│ │ │ │ + int _V_m_p___f_i_n_a_l_i_z_e (void)
│ │ │ │ + The Vmp finalizer.
│ │ │ │
│ │ │ │ -_V_m_p_i * _V_m_p_i___c_t_o_r (void)
│ │ │ │ - The Vmpi constructor.
│ │ │ │ +_V_m_p * _V_m_p___c_t_o_r (void)
│ │ │ │ + The Vmp constructor.
│ │ │ │
│ │ │ │ - void _V_m_p_i___d_t_o_r (_V_m_p_i **thee)
│ │ │ │ - The Vmpi destructor.
│ │ │ │ + void _V_m_p___d_t_o_r (_V_m_p **thee)
│ │ │ │ + The Vmp destructor.
│ │ │ │
│ │ │ │ - int _V_m_p_i___r_a_n_k (_V_m_p_i *thee)
│ │ │ │ - Return my processor ID.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ - int _V_m_p_i___s_i_z_e (_V_m_p_i *thee)
│ │ │ │ - Return the number of processors involved.
│ │ │ │ + int _V_m_p___r_a_n_k (_V_m_p *thee)
│ │ │ │ + Return my processor ID.
│ │ │ │
│ │ │ │ - int _V_m_p_i___b_a_r_r (_V_m_p_i *thee)
│ │ │ │ - An MPI barrier.
│ │ │ │ + int _V_m_p___s_i_z_e (_V_m_p *thee)
│ │ │ │ + Return the number of processors involved.
│ │ │ │
│ │ │ │
│ │ │ │ - int _V_m_p_i___s_e_n_d (_V_m_p_i *thee, int des, char *buf, int bufsize)
│ │ │ │ - An MPI blocking send.
│ │ │ │ -
│ │ │ │ - int _V_m_p_i___r_e_c_v (_V_m_p_i *thee, int src, char *buf, int bufsize)
│ │ │ │ - An MPI blocking receive.
│ │ │ │ -
│ │ │ │ - int _V_m_p_i___b_c_a_s_t (_V_m_p_i *thee, char *buf, int bufsize)
│ │ │ │ - An MPI broadcast.
│ │ │ │ + int _V_m_p___b_a_r_r (_V_m_p *thee)
│ │ │ │ + An MPI barrier.
│ │ │ │ +
│ │ │ │
│ │ │ │ - int _V_m_p_i___r_e_d_u_c_e (_V_m_p_i *thee, char *sbuf, char *rbuf, int bufsize)
│ │ │ │ - An MPI reduce.
│ │ │ │ + int _V_m_p___s_e_n_d (_V_m_p *thee, int des, char *buf, int bufsize)
│ │ │ │ + An MPI blocking send.
│ │ │ │
│ │ │ │
│ │ │ │ - int _V_m_p_i___i_s_e_n_d (_V_m_p_i *thee, int des, char *buf, int bufsize)
│ │ │ │ - An MPI non-blocking send.
│ │ │ │ + int _V_m_p___r_e_c_v (_V_m_p *thee, int src, char *buf, int bufsize)
│ │ │ │ + An MPI blocking receive.
│ │ │ │ +
│ │ │ │
│ │ │ │ ********** DDeettaaiilleedd DDeessccrriippttiioonn **********
│ │ │ │ -Class Vmpi: a Virtual MPI communication layer object.
│ │ │ │ +Class Vmp: a Virtual MPI communication layer object.
│ │ │ │ Author
│ │ │ │ Michael Holst
│ │ │ │ Note
│ │ │ │ None
│ │ │ │ Version
│ │ │ │ Id
│ │ │ │ - _v_m_p_i_._h,v 1.29 2010/08/12 05:40:23 fetk Exp
│ │ │ │ + _v_m_p_._h,v 1.22 2010/08/12 05:40:23 fetk Exp
│ │ │ │ Attention
│ │ │ │ *
│ │ │ │ * MALOC = < Minimal Abstraction Layer for Object-oriented C >
│ │ │ │ * Copyright (C) 1994-- Michael Holst
│ │ │ │ *
│ │ │ │ * This library is free software; you can redistribute it and/or
│ │ │ │ * modify it under the terms of the GNU Lesser General Public
│ │ ├── ./usr/share/doc/libmaloc-dev/html/a00005_source.html
│ │ │ @@ -1,15 +1,15 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ -MALOC: vmpi.h Source File
│ │ │ +MALOC: vmp.h Source File
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ @@ -44,94 +44,89 @@
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
Go to the documentation of this file.
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
75#if !defined(VINLINE_MALOC)
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ -
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
76#if !defined(VINLINE_MALOC)
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │ +
│ │ │
The base (or foundation) header for MALOC.
│ │ │ -
The primary header for VSYS. (Virtual SYStem utilities library.)
│ │ │ -
int Vmpi_init(int *argc, char ***argv)
The Vmp initializer.
│ │ │ -
int Vmpi_finalize(void)
The Vmp finalizer.
│ │ │ -
int Vmpi_size(Vmpi *thee)
Return the number of processors involved.
│ │ │ -
int Vmpi_reduce(Vmpi *thee, char *sbuf, char *rbuf, int bufsize)
An MPI reduce.
│ │ │ -
int Vmpi_recv(Vmpi *thee, int src, char *buf, int bufsize)
An MPI blocking receive.
│ │ │ -
int Vmpi_isend(Vmpi *thee, int des, char *buf, int bufsize)
An MPI non-blocking send.
│ │ │ -
void Vmpi_dtor(Vmpi **thee)
The Vmpi destructor.
│ │ │ -
int Vmpi_send(Vmpi *thee, int des, char *buf, int bufsize)
An MPI blocking send.
│ │ │ -
Vmpi * Vmpi_ctor(void)
The Vmpi constructor.
│ │ │ -
int Vmpi_barr(Vmpi *thee)
An MPI barrier.
│ │ │ -
int Vmpi_bcast(Vmpi *thee, char *buf, int bufsize)
An MPI broadcast.
│ │ │ -
int Vmpi_rank(Vmpi *thee)
Return my processor ID.
│ │ │ -
Class Vmpi: Definition.
Definition vmpi.h:57
│ │ │ -
int mpi_rank
Definition vmpi.h:58
│ │ │ -
int mpi_size
Definition vmpi.h:59
│ │ │ +
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.
│ │ │ +
Vmp * Vmp_ctor(void)
The Vmp constructor.
│ │ │ +
void Vmp_dtor(Vmp **thee)
The Vmp destructor.
│ │ │ +
int Vmp_barr(Vmp *thee)
An MPI barrier.
│ │ │ +
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
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -1,119 +1,110 @@
│ │ │ │ MALOC 0.1
│ │ │ │ * _s_r_c
│ │ │ │ * _p_s_h
│ │ │ │ * _m_a_l_o_c
│ │ │ │ -vmpi.h
│ │ │ │ +vmp.h
│ │ │ │ _G_o_ _t_o_ _t_h_e_ _d_o_c_u_m_e_n_t_a_t_i_o_n_ _o_f_ _t_h_i_s_ _f_i_l_e_.
│ │ │ │ 1
│ │ │ │ -38#ifndef _VMPI_H_
│ │ │ │ -39#define _VMPI_H_
│ │ │ │ -40
│ │ │ │ -41#include <_m_a_l_o_c_/_m_a_l_o_c___b_a_s_e_._h>
│ │ │ │ -42
│ │ │ │ -43#include <_m_a_l_o_c_/_v_s_y_s_._h>
│ │ │ │ -44
│ │ │ │ -45/*
│ │ │ │ -46 *
│ │ │ │ +37#ifndef _VMP_H_
│ │ │ │ +38#define _VMP_H_
│ │ │ │ +39
│ │ │ │ +40#include <_m_a_l_o_c_/_m_a_l_o_c___b_a_s_e_._h>
│ │ │ │ +41
│ │ │ │ +42#include <_m_a_l_o_c_/_v_s_y_s_._h>
│ │ │ │ +43#include <_m_a_l_o_c_/_v_m_p_i_._h>
│ │ │ │ +44#include <_m_a_l_o_c_/_v_c_o_m_._h>
│ │ │ │ +45
│ │ │ │ +46/*
│ │ │ │ +47 *
│ │ │ │ ***************************************************************************
│ │ │ │ -47 * Class Vmpi: Parameters and datatypes
│ │ │ │ -48 *
│ │ │ │ +48 * Class Vmp: Parameters and datatypes
│ │ │ │ +49 *
│ │ │ │ ***************************************************************************
│ │ │ │ -49 */
│ │ │ │ -50
│ │ │ │ +50 */
│ │ │ │ 51
│ │ │ │ -_5_7struct _s_V_m_p_i {
│ │ │ │ -_5_8 int _m_p_i___r_a_n_k;
│ │ │ │ -_5_9 int _m_p_i___s_i_z_e;
│ │ │ │ -60};
│ │ │ │ -61
│ │ │ │ -_6_7typedef struct _s_V_m_p_i _V_m_p_i;
│ │ │ │ -68
│ │ │ │ -69/*
│ │ │ │ -70 *
│ │ │ │ +_5_8struct _s_V_m_p {
│ │ │ │ +_5_9 int _m_p_i___r_a_n_k;
│ │ │ │ +_6_0 int _m_p_i___s_i_z_e;
│ │ │ │ +61};
│ │ │ │ +62
│ │ │ │ +_6_8typedef struct _s_V_m_p _V_m_p;
│ │ │ │ +69
│ │ │ │ +70/*
│ │ │ │ +71 *
│ │ │ │ ***************************************************************************
│ │ │ │ -71 * Class Vmpi: Inlineable methods (vmpi.c)
│ │ │ │ -72 *
│ │ │ │ +72 * Class Vmp: Inlineable methods (vmp.c)
│ │ │ │ +73 *
│ │ │ │ ***************************************************************************
│ │ │ │ -73 */
│ │ │ │ -74
│ │ │ │ -75#if !defined(VINLINE_MALOC)
│ │ │ │ -76#else /* if defined(VINLINE_MALOC) */
│ │ │ │ -77#endif /* if !defined(VINLINE_MALOC) */
│ │ │ │ -78
│ │ │ │ -_8_8int _V_m_p_i___i_n_i_t(int *argc, char ***argv);
│ │ │ │ -89
│ │ │ │ -_9_7int _V_m_p_i___f_i_n_a_l_i_z_e(void);
│ │ │ │ -98
│ │ │ │ -_1_0_6_V_m_p_i* _V_m_p_i___c_t_o_r(void);
│ │ │ │ -107
│ │ │ │ -_1_1_6void _V_m_p_i___d_t_o_r(_V_m_p_i **thee);
│ │ │ │ -117
│ │ │ │ -_1_2_6int _V_m_p_i___r_a_n_k(_V_m_p_i *thee);
│ │ │ │ -127
│ │ │ │ -_1_3_6int _V_m_p_i___s_i_z_e(_V_m_p_i *thee);
│ │ │ │ -137
│ │ │ │ -_1_4_6int _V_m_p_i___b_a_r_r(_V_m_p_i *thee);
│ │ │ │ -147
│ │ │ │ -_1_5_9int _V_m_p_i___s_e_n_d(_V_m_p_i *thee, int des, char *buf, int bufsize);
│ │ │ │ -160
│ │ │ │ -_1_7_2int _V_m_p_i___r_e_c_v(_V_m_p_i *thee, int src, char *buf, int bufsize);
│ │ │ │ -173
│ │ │ │ -_1_8_4int _V_m_p_i___b_c_a_s_t(_V_m_p_i *thee, char *buf, int bufsize);
│ │ │ │ -185
│ │ │ │ -_1_9_7int _V_m_p_i___r_e_d_u_c_e(_V_m_p_i *thee, char *sbuf, char *rbuf, int bufsize);
│ │ │ │ -198
│ │ │ │ -_2_1_0int _V_m_p_i___i_s_e_n_d(_V_m_p_i *thee, int des, char *buf, int bufsize);
│ │ │ │ -211
│ │ │ │ -212#endif /* _VMPI_H_ */
│ │ │ │ -213
│ │ │ │ +74 */
│ │ │ │ +75
│ │ │ │ +76#if !defined(VINLINE_MALOC)
│ │ │ │ +77#else /* if defined(VINLINE_MALOC) */
│ │ │ │ +78#endif /* if !defined(VINLINE_MALOC) */
│ │ │ │ +79
│ │ │ │ +80
│ │ │ │ +_9_0int _V_m_p___i_n_i_t(int *argc, char ***argv);
│ │ │ │ +91
│ │ │ │ +_9_9int _V_m_p___f_i_n_a_l_i_z_e(void);
│ │ │ │ +100
│ │ │ │ +_1_0_8_V_m_p* _V_m_p___c_t_o_r(void);
│ │ │ │ +109
│ │ │ │ +_1_1_8void _V_m_p___d_t_o_r(_V_m_p **thee);
│ │ │ │ +119
│ │ │ │ +_1_2_8int _V_m_p___r_a_n_k(_V_m_p *thee);
│ │ │ │ +129
│ │ │ │ +_1_3_8int _V_m_p___s_i_z_e(_V_m_p *thee);
│ │ │ │ +139
│ │ │ │ +_1_4_8int _V_m_p___b_a_r_r(_V_m_p *thee);
│ │ │ │ +149
│ │ │ │ +_1_6_1int _V_m_p___s_e_n_d(_V_m_p *thee, int des, char *buf, int bufsize);
│ │ │ │ +162
│ │ │ │ +_1_7_4int _V_m_p___r_e_c_v(_V_m_p *thee, int src, char *buf, int bufsize);
│ │ │ │ +175
│ │ │ │ +176#endif /* _VMP_H_ */
│ │ │ │ +177
│ │ │ │ _m_a_l_o_c___b_a_s_e_._h
│ │ │ │ The base (or foundation) header for MALOC.
│ │ │ │ +_v_c_o_m_._h
│ │ │ │ +Class Vcom: virtual (currently just MPI) communications layer.
│ │ │ │ +_v_m_p_i_._h
│ │ │ │ +Class Vmpi: a Virtual MPI communication layer object.
│ │ │ │ _v_s_y_s_._h
│ │ │ │ The primary header for VSYS. (Virtual SYStem utilities library.)
│ │ │ │ -_V_m_p_i___i_n_i_t
│ │ │ │ -int Vmpi_init(int *argc, char ***argv)
│ │ │ │ -The Vmp initializer.
│ │ │ │ -_V_m_p_i___f_i_n_a_l_i_z_e
│ │ │ │ -int Vmpi_finalize(void)
│ │ │ │ +_V_m_p___f_i_n_a_l_i_z_e
│ │ │ │ +int Vmp_finalize(void)
│ │ │ │ The Vmp finalizer.
│ │ │ │ -_V_m_p_i___s_i_z_e
│ │ │ │ -int Vmpi_size(Vmpi *thee)
│ │ │ │ -Return the number of processors involved.
│ │ │ │ -_V_m_p_i___r_e_d_u_c_e
│ │ │ │ -int Vmpi_reduce(Vmpi *thee, char *sbuf, char *rbuf, int bufsize)
│ │ │ │ -An MPI reduce.
│ │ │ │ -_V_m_p_i___r_e_c_v
│ │ │ │ -int Vmpi_recv(Vmpi *thee, int src, char *buf, int bufsize)
│ │ │ │ -An MPI blocking receive.
│ │ │ │ -_V_m_p_i___i_s_e_n_d
│ │ │ │ -int Vmpi_isend(Vmpi *thee, int des, char *buf, int bufsize)
│ │ │ │ -An MPI non-blocking send.
│ │ │ │ -_V_m_p_i___d_t_o_r
│ │ │ │ -void Vmpi_dtor(Vmpi **thee)
│ │ │ │ -The Vmpi destructor.
│ │ │ │ -_V_m_p_i___s_e_n_d
│ │ │ │ -int Vmpi_send(Vmpi *thee, int des, char *buf, int bufsize)
│ │ │ │ +_V_m_p___s_e_n_d
│ │ │ │ +int Vmp_send(Vmp *thee, int des, char *buf, int bufsize)
│ │ │ │ An MPI blocking send.
│ │ │ │ -_V_m_p_i___c_t_o_r
│ │ │ │ -Vmpi * Vmpi_ctor(void)
│ │ │ │ -The Vmpi constructor.
│ │ │ │ -_V_m_p_i___b_a_r_r
│ │ │ │ -int Vmpi_barr(Vmpi *thee)
│ │ │ │ -An MPI barrier.
│ │ │ │ -_V_m_p_i___b_c_a_s_t
│ │ │ │ -int Vmpi_bcast(Vmpi *thee, char *buf, int bufsize)
│ │ │ │ -An MPI broadcast.
│ │ │ │ -_V_m_p_i___r_a_n_k
│ │ │ │ -int Vmpi_rank(Vmpi *thee)
│ │ │ │ +_V_m_p___i_n_i_t
│ │ │ │ +int Vmp_init(int *argc, char ***argv)
│ │ │ │ +The Vmp initializer.
│ │ │ │ +_V_m_p___r_a_n_k
│ │ │ │ +int Vmp_rank(Vmp *thee)
│ │ │ │ Return my processor ID.
│ │ │ │ -_s_V_m_p_i
│ │ │ │ -Class Vmpi: Definition.
│ │ │ │ -DDeeffiinniittiioonn vmpi.h:57
│ │ │ │ -_s_V_m_p_i_:_:_m_p_i___r_a_n_k
│ │ │ │ +_V_m_p___r_e_c_v
│ │ │ │ +int Vmp_recv(Vmp *thee, int src, char *buf, int bufsize)
│ │ │ │ +An MPI blocking receive.
│ │ │ │ +_V_m_p___c_t_o_r
│ │ │ │ +Vmp * Vmp_ctor(void)
│ │ │ │ +The Vmp constructor.
│ │ │ │ +_V_m_p___d_t_o_r
│ │ │ │ +void Vmp_dtor(Vmp **thee)
│ │ │ │ +The Vmp destructor.
│ │ │ │ +_V_m_p___b_a_r_r
│ │ │ │ +int Vmp_barr(Vmp *thee)
│ │ │ │ +An MPI barrier.
│ │ │ │ +_V_m_p___s_i_z_e
│ │ │ │ +int Vmp_size(Vmp *thee)
│ │ │ │ +Return the number of processors involved.
│ │ │ │ +_s_V_m_p
│ │ │ │ +Contains public data members for Vmp class.
│ │ │ │ +DDeeffiinniittiioonn vmp.h:58
│ │ │ │ +_s_V_m_p_:_:_m_p_i___r_a_n_k
│ │ │ │ int mpi_rank
│ │ │ │ -DDeeffiinniittiioonn vmpi.h:58
│ │ │ │ -_s_V_m_p_i_:_:_m_p_i___s_i_z_e
│ │ │ │ +DDeeffiinniittiioonn vmp.h:59
│ │ │ │ +_s_V_m_p_:_:_m_p_i___s_i_z_e
│ │ │ │ int mpi_size
│ │ │ │ -DDeeffiinniittiioonn vmpi.h:59
│ │ │ │ +DDeeffiinniittiioonn vmp.h:60
│ │ │ │ ===============================================================================
│ │ │ │ Generated by _[_d_o_x_y_g_e_n_] 1.9.8
│ │ ├── ./usr/share/doc/libmaloc-dev/html/a00006.map
│ │ │ @@ -1,56 +1,64 @@
│ │ │ -