|
virtual | ~hmpi () |
|
virtual bool | pack (const h1d &)=0 |
|
virtual bool | pack (const h2d &)=0 |
|
virtual bool | pack (const h3d &)=0 |
|
virtual bool | pack (const p1d &)=0 |
|
virtual bool | pack (const p2d &)=0 |
|
virtual bool | beg_send (unsigned int)=0 |
|
virtual bool | send (int)=0 |
|
virtual bool | wait_histos (int, std::vector< std::pair< std::string, void * > > &)=0 |
|
virtual int | rank () const =0 |
|
virtual bool | comm_rank (int &) const =0 |
|
virtual bool | comm_size (int &) const =0 |
|
Definition at line 22 of file hmpi.
◆ ~hmpi()
virtual tools::histo::hmpi::~hmpi |
( |
| ) |
|
|
inlinevirtual |
◆ beg_send()
virtual bool tools::histo::hmpi::beg_send |
( |
unsigned int |
| ) |
|
|
pure virtual |
◆ comm_rank()
virtual bool tools::histo::hmpi::comm_rank |
( |
int & |
| ) |
const |
|
pure virtual |
◆ comm_size()
virtual bool tools::histo::hmpi::comm_size |
( |
int & |
| ) |
const |
|
pure virtual |
◆ pack() [1/5]
virtual bool tools::histo::hmpi::pack |
( |
const h1d & |
| ) |
|
|
pure virtual |
◆ pack() [2/5]
virtual bool tools::histo::hmpi::pack |
( |
const h2d & |
| ) |
|
|
pure virtual |
◆ pack() [3/5]
virtual bool tools::histo::hmpi::pack |
( |
const h3d & |
| ) |
|
|
pure virtual |
◆ pack() [4/5]
virtual bool tools::histo::hmpi::pack |
( |
const p1d & |
| ) |
|
|
pure virtual |
◆ pack() [5/5]
virtual bool tools::histo::hmpi::pack |
( |
const p2d & |
| ) |
|
|
pure virtual |
◆ rank()
virtual int tools::histo::hmpi::rank |
( |
| ) |
const |
|
pure virtual |
◆ send()
virtual bool tools::histo::hmpi::send |
( |
int |
| ) |
|
|
pure virtual |
◆ wait_histos()
virtual bool tools::histo::hmpi::wait_histos |
( |
int |
, |
|
|
std::vector< std::pair< std::string, void * > > & |
|
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/histo/hmpi