•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Search Results
initialize.h File Reference
Include dependency graph for initialize.h:

This graph shows which files directly or indirectly include this file:

Namespaces | |
TiledArray | |
Functions | |
bool TiledArray::initialized () | |
bool TiledArray::finalized () | |
TiledArray initialization. | |
These functions initialize TiledArray and (if needed) MADWorld runtime.
| |
World & TiledArray::initialize (int &argc, char **&argv, const SafeMPI::Intracomm &comm, bool quiet=true) | |
World & TiledArray::initialize (int &argc, char **&argv, bool quiet=true) | |
World & TiledArray::initialize (int &argc, char **&argv, const MPI_Comm &comm, bool quiet=true) | |
TiledArray initialization. | |
These functions initialize TiledArray and (if needed) MADWorld runtime.
| |
void TiledArray::finalize () | |