|
virtual | ~impi_world () |
|
virtual bool | init (int *, char ***)=0 |
|
virtual bool | rank (int &a_rank) const =0 |
|
virtual bool | size (int &a_size) const =0 |
|
virtual bool | processor_name (std::string &) const =0 |
|
Definition at line 11 of file impi_world.
◆ ~impi_world()
virtual tools::impi_world::~impi_world |
( |
| ) |
|
|
inlinevirtual |
◆ init()
virtual bool tools::impi_world::init |
( |
int * |
, |
|
|
char *** |
|
|
) |
| |
|
pure virtual |
◆ processor_name()
virtual bool tools::impi_world::processor_name |
( |
std::string & |
| ) |
const |
|
pure virtual |
◆ rank()
virtual bool tools::impi_world::rank |
( |
int & |
a_rank | ) |
const |
|
pure virtual |
◆ size()
virtual bool tools::impi_world::size |
( |
int & |
a_size | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/impi_world