MADNESS  version 0.9
Namespaces | Functions
print_seq.h File Reference

Implements print_seq ... included by world.h. More...

Go to the source code of this file.

Namespaces

 madness
 Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces.
 

Functions

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 ... collective no fence. 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 ... collective no fence. 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 ... collective no fence. More...
 
template<typename A >
void madness::print_seq (World &world, const A &a)
 Sequentially ordered printing of (serializable) data from every process ... collective no fence. More...
 

Detailed Description

Implements print_seq ... included by world.h.