MADNESS
0.10.1
|
Implements print_seq
.
More...
Go to the source code of this file.
Namespaces | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
Functions | |
template<typename A > | |
void | madness::print_seq (World &world, const A &a) |
Sequentially ordered printing of (serializable) data from every process. More... | |
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. More... | |
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. More... | |
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. More... | |
Implements print_seq
.