ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions | Variables
distributed.cc File Reference
#include <ttg.h>
#include <ttg/serialization/std/pair.h>
#include <ttg/util/hash/std/pair.h>
Include dependency graph for distributed.cc:

Go to the source code of this file.

Namespaces

namespace  std
 STL namespace.
 

Typedefs

using Key2 = std::pair< int, int >
 

Functions

std::ostream & std::operator<< (std::ostream &os, const Key2 &key)
 
int main (int argc, char **argv)
 

Variables

const double threshold = 100.0
 

Typedef Documentation

◆ Key2

using Key2 = std::pair<int, int>

Definition at line 7 of file distributed.cc.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

! 41 !

! 48 !

Examples
distributed.cc, iterative.cc, reducing.cc, and simple.cc.

Definition at line 32 of file distributed.cc.

Here is the call graph for this function:

Variable Documentation

◆ threshold

const double threshold = 100.0
Examples
distributed.cc, iterative.cc, and reducing.cc.

Definition at line 6 of file distributed.cc.