OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
Vcluster::base_info Struct Reference

Base info. More...

Detailed Description

Base info.

Parameters
recv_bufreceive buffers
prcprocessors involved
sizeof the received data

Definition at line 183 of file VCluster.hpp.

Public Member Functions

 base_info (openfpm::vector< BHeapMemory > *recv_buf, openfpm::vector< size_t > &prc, openfpm::vector< size_t > &sz)
 constructor
 

Data Fields

openfpm::vector< BHeapMemory > * recv_buf
 Receive buffer.
 
openfpm::vector< size_t > & prc
 receiving processor list
 
openfpm::vector< size_t > & sz
 size of each message
 

The documentation for this struct was generated from the following file: