MADNESS 0.10.1
Namespaces | Functions

Declares the functions that initialize the parallel runtime. More...

#include <madness/world/worldmpi.h>
Include dependency graph for worldinit.h:
This graph shows which files directly or indirectly include this file:

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().
 
Worldmadness::initialize (int &argc, char **&argv, bool quiet)
 
Worldmadness::initialize (int &argc, char **&argv, const MPI_Comm &comm, int nthread, bool quiet)
 
Worldmadness::initialize (int &argc, char **&argv, const SafeMPI::Intracomm &comm, bool quiet)
 
Worldmadness::initialize (int &argc, char **&argv, const SafeMPI::Intracomm &comm, int nthread, bool quiet)
 
Worldmadness::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
 

Detailed Description

Declares the functions that initialize the parallel runtime.