MADNESS  0.10.1
Classes | Functions | Variables
test_dc.cc File Reference
#include <algorithm>
#include <madness/world/MADworld.h>
#include <madness/world/worlddc.h>
#include <madness/world/worldmutex.h>
#include <madness/world/atomicint.h>
#include <madness/world/vector_archive.h>
#include <madness/world/parallel_archive.h>
Include dependency graph for test_dc.cc:

Classes

class  Double
 
struct  Key
 
struct  LargeNode
 
struct  Node
 
class  TestPmap
 

Functions

int main (int argc, char **argv)
 
ostream & operator<< (ostream &s, const Key &key)
 
ostream & operator<< (ostream &s, const Node &node)
 
void test0 (World &world)
 
void test1 (World &world)
 
void test_florian (World &world)
 
void test_local (World &world)
 

Variables

AtomicInt double_count
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ operator<<() [1/2]

ostream& operator<< ( ostream &  s,
const Key key 
)

◆ operator<<() [2/2]

ostream & operator<< ( ostream &  s,
const Node node 
)

References Node::k.

◆ test0()

void test0 ( World world)

◆ test1()

void test1 ( World world)

◆ test_florian()

void test_florian ( World world)

◆ test_local()

void test_local ( World world)

Variable Documentation

◆ double_count

AtomicInt double_count