|
MADNESS 0.10.1
|
Implementation of the World class and associated functions.
More...
#include <madness/world/world.h>#include <madness/world/worldmem.h>#include <madness/world/timers.h>#include <madness/world/worldam.h>#include <madness/world/world_task_queue.h>#include <madness/world/worldgop.h>#include <cstdlib>#include <sstream>
Namespaces | |
| namespace | madness |
| Namespace for all elements and tools of MADNESS. | |
Functions | |
| void | madness::error (const char *msg) |
| void | madness::finalize () |
| Call this once at the very end of your main program instead of MPI_Finalize(). | |
| World & | madness::initialize (int &argc, char **&argv, bool quiet) |
| World & | madness::initialize (int &argc, char **&argv, const MPI_Comm &comm, int nthread, bool quiet) |
| World & | madness::initialize (int &argc, char **&argv, const SafeMPI::Intracomm &comm, bool quiet) |
| World & | madness::initialize (int &argc, char **&argv, const SafeMPI::Intracomm &comm, int nthread, bool quiet) |
| World & | madness::initialize (int &argc, char **&argv, int nthread, bool quiet) |
| bool | madness::initialized () |
| Check if the MADNESS runtime has been initialized (and not subsequently finalized). | |
| void | madness::print_stats (World &world) |
| Print miscellaneous stats on a World. | |
| bool | madness::quiet () |
| Check if the MADNESS runtime was initialized for quiet operation. | |
Implementation of the World class and associated functions.