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 | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
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(). More... | |
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). More... | |
void | madness::print_stats (World &world) |
Print miscellaneous stats on a World. More... | |
bool | madness::quiet () |
Check if the MADNESS runtime was initialized for quiet operation. More... | |
Implementation of the World
class and associated functions.