|
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 | |
| namespace | madness |
| Namespace for all elements and tools of MADNESS. | |
Functions | |
| 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). | |
| bool | madness::quiet () |
| Check if the MADNESS runtime was initialized for quiet operation. | |
| void | madness::redirectio (const World &world, bool split=false) |
| redirects standard output and error to rank-specific files | |
Declares the functions that initialize the parallel runtime.