ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
List of all members
ttg::World Class Reference

#include <world.h>

Inheritance diagram for ttg::World:
[legend]
Collaboration diagram for ttg::World:
[legend]

Additional Inherited Members

- Public Member Functions inherited from ttg::base::World< TTG_IMPL_NS::WorldImpl >
 World (void)
 
 World (std::shared_ptr< ttg::base::WorldImplBase > world_impl)
 
 World (const World &other)=default
 
 World (World &&other)=default
 
 ~World ()
 
Worldoperator= (const World &other)=default
 
Worldoperator= (World &&other)=default
 
int size () const
 
int rank () const
 
bool is_valid (void) const
 
virtual void final_task ()
 
TTG_IMPL_NS::WorldImpl & impl (void)
 
const TTG_IMPL_NS::WorldImpl & impl (void) const
 
void profile_on ()
 
void profile_off ()
 
bool profiling ()
 
void dag_on (const std::string &filename)
 
void dag_off ()
 
bool dag_profiling ()
 

Detailed Description

Definition at line 18 of file world.h.


The documentation for this class was generated from the following file: