MADNESS 0.10.1
|
Implements print_seq
.
More...
Go to the source code of this file.
Namespaces | |
namespace | madness |
Namespace for all elements and tools of MADNESS. | |
Functions | |
template<typename A > | |
void | madness::print_seq (World &world, const A &a) |
Sequentially ordered printing of (serializable) data from every process. | |
template<typename A , typename B > | |
void | madness::print_seq (World &world, const A &a, const B &b) |
Sequentially ordered printing of (serializable) data from every process. | |
template<typename A , typename B , typename C > | |
void | madness::print_seq (World &world, const A &a, const B &b, const C &c) |
Sequentially ordered printing of (serializable) data from every process. | |
template<typename A , typename B , typename C , typename D > | |
void | madness::print_seq (World &world, const A &a, const B &b, const C &c, const D &d) |
Sequentially ordered printing of (serializable) data from every process. | |
Implements print_seq
.