MADNESS
0.10.1
|
Declares the functions that initialize the parallel runtime. More...
#include <madness/world/worldmpi.h>
Go to the source code of this file.
Namespaces | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
Functions | |
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... | |
bool | madness::quiet () |
Check if the MADNESS runtime was initialized for quiet operation. More... | |
void | madness::redirectio (const World &world, bool split=false) |
redirects standard output and error to rank-specific files More... | |
Declares the functions that initialize the parallel runtime.